Next in thread → Next in month →

RE: [xml-dev] Exception in parseCLOB procedure.

From
Michael Kay <>
To
'Neeraja Divakaruni' <>,
Date
2001-12-17T09:28:16
ID
<001c01c186dd$296b5940$465169d5@pcukmka>
Thread
RE: [xml-dev] Exception in parseCLOB procedure.
> What can be the reason for the exception "Invalid UTF8 encoding" with
> Oracle XML parser while parsing a XML document containing foreign
> characters ??

The most likely reason is that the input document is encoded in something
other than UTF-8 (e.g. ISO-8859-1) but has no encoding declaration, so the
XML parser is trying to read it using the default UTF-8 encoding, and is
failing.

Mike Kay
Next in thread → Next in month →