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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to