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
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
- relates to
-
JDK-4779029 Need feature complete NIO ISO-2022-CN-* coders (encode & decode)
- Resolved