Ulf Dittmer wrote:That just shows what encoding is specified in the XML file. The more important question is: are you actually using that encoding for generating the file? If you're not explicitly specifying an encoding, then the platform default encoding is used - which on Unix is probably not ISO-8859-1.
Actually, at least for Linux, I'm fairly sure that the encoding
is ISO-8859-1. It's
Windows I'm less certain of. Windows likes Windows-1252, which I think grew out of the IBM 8-bit ASCIIZ extension to the original 7-bit ASCII code.
A lot of XML tools prefer you use UTF-8 to encode the XML, however.