You can also try the GNU program recode by François Pinard (available under
GNU/Linux, Unix and other systems as well. For example, the following command
line should start conversion from file x.xml and put the result in y.xml but
stop at the first character that is not really in UTF-8:

   recode UTF-8..ISO-8859-15 < x.xml > y.xml

You could then look at the end of the y.xml file to get an idea what is before
the wrong character.

Luc

Selon Tom <[EMAIL PROTECTED]>:

> You could also try and use an encoding aware editor to edit the XML
> file; for example XMLSpy or Eclipse with the web tools plugins. These
> editors will interpret the specified encoding value and save the XML in
> that encoding. Very convenient!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to