hi guys,
im workin on a project which require integration between mysql - xml - flash.
but im stuck with special characters (like ' " - &)which always appear as boxes
(?) in flash dynamictext although i have turn on html rendering capability.
The strangest thing is the characters is readable when i open the xml document
in notepad or directly open from mysql via phpMyAdmin
Please help
-ajie
LuigiL - 18 May 2005 11:22 GMT
You have to embed the font (and select the proper ranges) for the dynamic textfield to display special characters.
bertjeb - 23 May 2005 12:57 GMT
You have to convert the xml file to UTF-8 in your notepad (save as encoded text UTF-8)
adireddy - 23 May 2005 14:34 GMT
Yes saving in UTF-8 encoding format will solve your problem.
To be more clear open XML file in notepad... choose File-> Save As and select
UTF-8 in the Encoding: option at the bottom of the Save As Dialog and save.