quote:
Originally posted by SmokingCookie
Have you saved the XML as Unicode (aka UTF-16)?
It's even better to use UTF-16, as it's the official encoding declaration for this type of Unicode as stated
here:
quote:
In an encoding declaration, the values "UTF-8", "UTF-16", "ISO-10646-UCS-2", and "ISO-10646-UCS-4" SHOULD be used for the various encodings and transformations of Unicode / ISO/IEC 10646, (...)
And we can better give script developers the most correct way to do it.