PDA

View Full Version : Xml object reading é è à ê û ï ...


Tharn Jaggar
12-04-2002, 04:06 PM
Hello experts,

I'm using the Xml object to parse some configuration but I have all the latin special characters such as é à û ï à etc that disappear (together sometimes with the next character).

Sounds like an encoding problem but my xml is generated by a server and is completely valid (right encoding, etc)

Any idea ?

Tharn ???

MixMatch
12-04-2002, 05:19 PM
aer you trying to display it or just process the information?

Tharn Jaggar
12-04-2002, 05:58 PM
Just display it

/tharn

MixMatch
12-04-2002, 07:36 PM
can you make any modifications to the server script that is producing the xml?

h88
12-05-2002, 12:21 AM
Well, put this line of script in the top of ur XML file:

<?xml version="1.0" encoding="UTF-8"?>

Did'nt work? Try putting this line of script in the _root timeline of ur flash movie:

System.useCodepage=true;

Hope it helps.

h88 :bandit: :P