Unsupported charset windows-1255

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3113

*** shadow/3113 Tue Aug 14 01:37:50 2001
--- shadow/3113.tmp.5205        Tue Aug 14 01:37:51 2001
***************
*** 0 ****
--- 1,43 ----
+ +============================================================================+
+ | Unsupported charset windows-1255                                           |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3113                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.1                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: org.apache.xalan        |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                              |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I've tried your Dom2dom example with Hebrew characters in the source xml, and 
+ received an "invalid characted" error. Trying to use "windows-1255" as the 
+ encoding charset I got the following error:
+ 
+ org.xml.sax.SAXParseException: The encoding "windows-1255" is not supported.
+ 
+       at org.apache.xerces.framework.XMLParser.reportError
+ (XMLParser.java:1060)
+ 
+       at 
+ org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
+ (DefaultEntityHandler.java:541)
+ 
+       at org.apache.xerces.framework.XMLParser.parseSomeSetup
+ (XMLParser.java:309)
+ 
+       at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:951)
+ 
+       at org.apache.xerces.jaxp.DocumentBuilderImpl.parse
+ (DocumentBuilderImpl.java:123)
+ 
+       at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:165)
+ 
+       at DOM2DOM.main(DOM2DOM.java:128)
+ 
+ Other charsets that I tried, like ISO-8859-1 and ISO-8859-8 don't produce error 
+ messages, but appear as garbage on the output.

Reply via email to