Tag Archives: Unicode

Bringing special characters into Flex with XML

In a recent project, I wanted to load the Unicode values for special characters from an external XML file to add a special characters panel to the RichTextEditor. I wanted these values to show up in a label or text box using something like label.htmlText =”\u00A9″, which would produce the copyright symbol. However, when I [...]
Posted in Flex | Also tagged | 2 Comments