[Expat-discuss] Encoding issues in expat

Subramanian, Binu binu.subramanian@barconet.com
Tue Jul 23 21:07:01 2002


Hello,

I am writing an XML file and using entities for special characters like the
Euro and the trademark characters.
My XML file uses the UTF-8 encoding.

This XML file is viewed correctly in IE 6.0 and when parsed by libxml and
the Xerces XML parsers, the character conversion is correct.
ie The Euro sign replaced with the numerical entity € in the XML file
is correctly translated back to Euro by the libxml and the Xerces XML
parsers.

What should i do to get the expat parser to translate the numerical entity
€ back to the Euro character.

Am i missing something here?

Thanks.

Binu