Convert € -> € in XUL
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-05-15T14:09:07Z
Indexed on
2010/05/15
14:14 UTC
Read the original article
Hit count: 157
I need to convert HTML special symbols to their appropriate Unicode values in my Firefox extension. I'm not dealing with HTML DOM, so can't use the trick with giving value to div and taking back. Also there are too many of them to convert manually. Thought Firefox has something to use.
The converted text should go to XUL's description element on statusbar.
Any idea how to accomplish this?
© Stack Overflow or respective owner