PDA

View Full Version : Special characters???


dragonsteve
08-17-2002, 03:43 PM
Hi,

in my movie I read out some XML files and place these in dynamic text boxes.
Now, in these files there are some characters that come out way wrong.
For example the characters é,à,ö, ... come out wrong.
I get other strange characters instead. For example:
ü gives me Ã1/4.
What can I do to prevent this. :confused:

THX

Jesse
08-18-2002, 02:22 AM
IN flash use
trace(escape('é'));
Then use the sequence Flash gives you in place of that special character in your XML files. Remember to search the forums as this has been coverred many times.