JDK-4779029 : Need feature complete NIO ISO-2022-CN-* coders (encode & decode)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.1.2,1.2.0,1.4.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8,windows_95
  • CPU: generic,x86,sparc
  • Submitted: 2002-11-14
  • Updated: 2003-09-12
  • Resolved: 2003-09-12
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
5.0 tigerFixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
For J2SE 1.4.1 as part of a selection of CJK NIO Charset support addtions 
a pair of ISO-2022-CN charsets were added. These were
	sun.nio.cs.ext.ISO2022-CN-CNS
and
	sun.nio.cs.ext.ISO2022-CN-GB

However, in both cases the Charset classes don't provide a decoder
(native bytes -> Unicode chars). J2SE does provide an older (pre NIO)
converter ISO-2022-CN which will recognize the encoded content and
will decode either ISO-2022-CN escaping scheme. However, since there
isn't yet a NIO coder which will perform such decoding it is best to
remove the ISO-2022-CN-* NIO coders for the time being until such
time that a full ISO-2022-CN NIO java Charset implementation is provided.

See bugID 4737614.

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

EVALUATION Under consideration for J2SE 1.5 release ###@###.### 2002-11-14 Yes, there will be NIO charsets for ISO-2022-CN provided for J2SE 1.5 ###@###.### 2003-04-11
14-11-2002