[Expat-discuss] Encoding issues in expat
Karl Waclawek
karl@waclawek.net
Sat Aug 10 18:25:04 2002
> Second Case : Expat compiled in UTF-16( by specifying XML_UNICODE in the
> build options.)
On Windows, you should use XML_UNICODE_WCHAR_T.
Or better, use the "expatw files" project, where everything is set up already.
You are using 1.95.4, aren't you?
> For the following eg XML File:
> 1. The Start Element, End Element functions DO NOT give me the corresponding
> tags : ie "GridData". Instead only the first character is
> given during parsing : 'G'.
How do you determine that? That is, what do you use to view
those 16bit characters?
Karl