-
Nordic characters
Hi I have this Flash app. where I retrive data from an XML file, and displays it in dynamic text fields.
This works fine on my localhost, and my web host.
But when I send the files to my partner and he uploads it to his server, the nordic characters won't display.
Does anyone knows why? please help!
T
I use system.useCodepage = true in the application.
-
System.codePage is not the best way to do it. The codePage setting says to use the codepage that is specified on your PC.
By contrast, the UTF-8 character set allows you to refer to almost any character.
I usually leave System.codePage out and just save the XML as UTF-8 and allow Flash to work it out at run-time.