If you say "UTF-16", the parser will figure out what endianess. To do this,
it must have either a BOM or an XMLDecl or both.

--------------
Dean Roddey
Software Geek Extraordinaire
Portal, Inc
[EMAIL PROTECTED]



-----Original Message-----
From: Bill Schindler [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 26, 2001 10:16 AM
To: [EMAIL PROTECTED]
Subject: Re: Query on xerces-c_1_1 parser


> 1. Does xerces-c_1_1 support encoding="UTF-16" ?
>    Because I tried this encoding and results were
> negative.

Try adding the endian -- "UTF-16LE" (for little endian) or "UTF-16BE" 
(for big endian).

If I remember correctly, some UTF-16 related bugs were fixed recently. 
Xerces 1.4 is probably a better all-around choice in any case, since 
there have been a _lot_ of bug fixes and enhancements since 1.1.

--Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to