JDK-4825663 : ISO-2022-CN description in JDK documents to remove from 1.4.2 java.nio.charset
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-02-28
  • Updated: 2003-05-02
  • Resolved: 2003-05-02
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 rcFixed
Related Reports
Relates :  
Description
There are two documentation changes required regarding ISO-2022-CN encoding, which is a conversion to Unicode only, support in Java.  

First one is that in the supported encodings page for 1.4.1 and 1.4.2,  ISO2022CN (equivalent name to ISO-2022-JP in java.io package) is missing.  

The second one is in the 1.4.2 release notes, that we should describe that we pulled the support for those ISO-2022-CN encodings in Mantis from java.nio which is fixed by 4779029.  Even though 1.4.1 implementation was broken, we should describe this change in the release notes as this could be regarded as a compatibility issue.

###@###.### 2003-02-28

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

PUBLIC COMMENTS ###@###.### supplied the words and I added it to the release notes: In J2SE 1.4.2. both ISO-2022-CN-CNS and ISO-2022-CN-GB encoding support have been removed from the java.nio.charset API. It is still possible to use java.io or java.lang.String APIs to encode an input stream or String into these target encodings. J2SE 1.4.1 previewed a limited (but incomplete) ISO-2022-CN-* java.nio charset support. The limitations include the inability to perform round-trip conversion and specifically the existence of bug 4737614 "sun.nio.cs.ext.ISO2022_CN_CNS.newDecoder() returns null". ###@###.### 2003-05-01
01-05-2003

EVALUATION Accepted ###@###.### 2003-05-01
01-05-2003