Embended fonts

hi everyone

can someone please help on this?
i want to load some text from a txt file into a text field in flash,i know how to do this using loadvariablesnum() but the problem is that i have characters like — é,ç,ã,ê----- and when i load the text those i can’t see those characters instead it’s replaced with a square does anyone knows why is this happening? my keyboard is portuguese layout

thanks

Hi,
Try saving your .txt file as UTF-8, you will find that in the encoding drop down(where it says ANSI)

Cheers

SteveD

hi
thanks for the reply meanwhile i’ve seen a tutorial here and already find out that thing about utf-8

the only thing i’ve done diferently is that i don’t need to save my text files in utf-8 format i simply put //!-- UTF-8 on the begining of each text file and save it as ansi format and that’s it
thanks anyway