Hi,
I've done a presentation in flash in which I'm displaying some texts from a .txt file using loadVariables() function. Its working very fine. Now I wish to display the italian translation of the same text using the same technique. No problem with text loading and all, but some special characters like "è" are converted to some meaningless (box) characters. So the matter is getting bla bla..! Please help me in this situation. How can I display all characters as such..?
On the first frame of your movie, add this:
System.useCodepage = true;
Let me know if it worked.
PraVeeN blog.ninethsense.com/ | kidoos.net
Also, make sure your text file is UTF-8 encoded.
Great!! Its working 100%. File was already saved in UTF-8 format. But "useCodePage" was not used. It really helped. Thanks a lot friend.
Nice to hear