Agrree. This is clearly described here:
http://xml.apache.org/xerces-c/build-misc.html#XMLChInfo
Lumir Vanek
Alberto Massari wrote:
In the end:
- XML requires that a parser manipulate Unicode
- DOM defines that the strings being stored in the tree are UTF-16
(that encodes the entire Unicode sets)
hence, Xerces uses a 16-bit datatype to store UTF-16, and cannot reuse
wchar_t because Unix systems store different stuff in those 16/32 bits.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]