When I ask Xerces to parse a document starting with this line:
<?xml version="1.0" encoding="UTF-16" ?>
It throws this exception:
org.xml.sax.SAXParseException: The encoding "UTF-16" is not supported.
at
org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1196)
I thought UTF-16 was supposed to be supported by all XML parsers, wasn't it?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]