Apostrophe is shown in textField.htmlText
as &apos
(which is not a valid html encoding of apostrophe), intead of '
.
How can i change it?
views:
19answers:
2I meant "'"
__dominic
2010-07-15 16:25:16
A:
You can also use the escape character sequence for the apostrophe ( \' ), newline ( \n ), return ( \r ), and many other characters in the AS3 using an htmlText TextField.
Here is the related article: http://livedocs.adobe.com/flex/3/html/help.html?content=textcontrols_04.html
exoboy
2010-07-18 20:54:34