[fpc-devel] New issue in fcl-xml

Sergei Gorelkin sergei_gorelkin at mail.ru
Fri Jan 15 17:06:17 CET 2010


Leonardo M. Ramé wrote:
> Sorry, I found it now checks the encoding of the XML file. To accept spanish accented chars, I had to include <?xml version="1.0" encoding="iso-8859-1"?> and it worked ok.
> 

The iso-8859-1, utf-8 and utf-16 are the only encodings handled 'natively' (by the XMLRead unit).
Any encoding not from this list must be handled by an external decoder. Should you ever face this,
refer to http://wiki.freepascal.org/XML_Decoders for details.

Sergei



More information about the fpc-devel mailing list