JDK-4114810 : RFE: need converters for codepage 1047
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1998-02-24
  • Updated: 2002-11-07
  • Resolved: 2002-11-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Related Reports
Relates :  
Description
Some IBM EBCDIC machines need converters for codepage 1047.
Two new converters "src/share/sun/sun/io/CharToByteCp1047.java" and
"src/share/sun/sun/io/ByteToCharCp1047.java" are included.  I
suspect that the file "src/share/sun/sun/io/CharacterEncoding.java" ought to
be updated too, although the IBM developers who needed the new codepage have
not done this.

I've attached CharToByteCp1047.java.gz and ByteToCharCp1047.java.gz
to this bug report.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b07
14-06-2004

EVALUATION We're planning to address this RFE by introducing a character converter SPI (RFE 4287465), which allows IBM to provide converters for all their encodings as an extension. norbert.lindenberg@Eng 2000-02-09 IBM NIO pluggable converters targeted for J2SE 1.5. In the interim a Cp1047 converter sun.io.* has been added since this is such a requested/desired codepage. ###@###.### 2002-11-06
06-11-2002