RE: the encoding "ASCII" is not supported

2001-06-26 Thread Jin Zhao
> Seems when I was updating our support of IANA encodings I spent so much > time with the obscure ones that I forgot about those that are more obvious. > So you have two choices: > > 1. Use the feature "http://apache.org/xml/features/allow-java-encodings"; > to allow Java encoding names (like ASC

RE: the encoding "ASCII" is not supported

2001-06-25 Thread Jin Zhao
SCII a very common encoding ? I just think Xerces should has some way to support it. Thanks, Jin > -Original Message----- > From: Jin Zhao [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2001 12:32 PM > To: [EMAIL PROTECTED] > Subject: the encoding "ASC

the encoding "ASCII" is not supported

2001-06-25 Thread Jin Zhao
Hi geeks, When using jdom to parse a document, I got the following exeption: -- java.io.IOException: Error on line 0 of XML document: The encoding "ASCII" is not supported. at org.jdom.adapters.