Special letters using loadVar

Does anyone know how to get loadVar to read special characters
like ä and ö when using it to read from a textfile?? :sure:

See this and [url=http://www.kirupa.com/developer/mx/international_characters.htm]this

why you shouldn’t use System.useCodePage?

http://moock.org/asdg/technotes/againstUseCodePage

Hm… Interesting… Thanks for the info, h88… :slight_smile:

How is this actually done?
I tried using the hex numbers inside the text files but flash displayed the numbers, not the character. :sigh:
Can anyone explain to me plain and simple on how I can get an ä and an ö character
to display on a text that has been loaded from a textfile inside a dynamic textbox?

If you want to have ‘ä’ in flash, then you should use: %E4 in your textfile:

&avariable=%E4 what ever

implies to:

&avariable=ä what ever

List of these characters can be found at:

http://www.macromedia.com/support/flash/ts/documents/url_encoding.htm