Simon Kitching wrote:
Well, if you're using java1.4 or later, then presumably you could implement your own character encoding scheme, register it, then tell
the parser to use that scheme. Your scheme would delegate to the
UTF-8 decoder, except that on invalid char it returns "?" or similar.

We implement a custom UTF-8 reader in Xerces so that approach probably won't work.

--
Andy Clark * [EMAIL PROTECTED]

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



Reply via email to