Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently Woodstox only detects that input appears to be EBCDIC (as per guidance from xml specifications encoding handling), but does not try to handle it but throws a specific exception. This is since it wasn't known whether (a) JDK supports EBCDIC, and/or (b) if anyone really needs support. (b) is no longer true (a user has requested support), and it sounds like JDK does have some level of support. If so, adding EBCDIC handling might be easy to do.
Ok, so the magic encoding name in JDK seems to be "cp037"... let's see if I can add support easily.