Groups | Blog | Home
all groups > flash data integration > january 2005 >

flash data integration : Displaying special character problem



YPAJIE
1/24/2005 8:04:38 AM
hi,
i have integrate an xml file into a textbox in my flash application, but when
the data contains special characters (-,',$@&), it displayed as boxes in the
text box. Not only in the textbox, it happen when i trace() it. Is it character
set issue?

thanks
-ajie

YPAJIE
1/24/2005 8:30:37 AM
klammerauf
1/24/2005 9:53:03 PM
Originally posted by: YPAJIE
okay..it works.!! thanks for reading :)

Can you imagine how helpful this is? Why didn't you tell how you solved it or what the problem was?

YPAJIE
1/26/2005 7:59:51 AM
ok..this is what happened, i have make a flash database application which is
load xml data that encoded from php application. in php im using fwrite method
to write xml data. but the result, when the xml loaded into flash, the special
characters missing and displayed as boxes, the solution just explicitely encode
your data using utf8_encode() , thats it..
AddThis Social Bookmark Button