|
Hello,
D encoding s 5A Inz('Big5')
encoding = encoding + X'00'; p = XML_ParserCreate(%addr(encoding));
Expat does not natively support Big5. From the Expat reference manual:
Parser Creation
XML_Parser XMLCALL XML_ParserCreate(const XML_Char *encoding);
Construct a new parser. If encoding is non-null, it specifies a character encoding to use for the document. This overrides the document encoding declaration. There are four built-in encodings:
* US-ASCII * UTF-8 * UTF-16 * ISO-8859-1
Any other value will invoke a call to the UnknownEncodingHandler.
How do I set the encoding support DBCS ?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.