Hi!
Is there an embeded function in flash which can decode an utf-8 encoded strings. The strings are loaded from XML.
I don’t want to change the XML file because it’s created dynamically with PHP and I need strings to be utf-8 encoded so PHP can read them. I’ve read many articles about saving a utf-8 encoded XML file with PHP, but it seems like there is a bug with PHP. So i decided to remake all the things and now I have to deal with flash.
Thanks in advance.