JDK-4429377 : IBM character converters: Need to remove some apparently obsolete mappings.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.3.0,1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,windows_2000
  • CPU: generic,x86
  • Submitted: 2001-03-23
  • Updated: 2001-08-07
  • Resolved: 2001-08-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.0 beta2Fixed
Related Reports
Relates :  
Relates :  
Description
The following converters: Cp1381, Cp1383, Cp970 and Cp33722 contain 
char->byte mappings which appear to be no longer valid and which
have the potential to cause round-trip mapping errors.
These need to be examined in the context of cleaning up existing 
converters or within the migration to the NIO based charset API
of the various non platform converters.

The specific mappings which need to be removed are:

For Cp1381  U+7AC2 -> \xA1\xA4
For Cp1383  U+50FF -> \x1A
For Cp33722 U+551E -> \xC0\xE6
For Cp970   U+25C9 -> \xA2\xC1

Ian.Little@Ireland 3/23/2001

=======================================

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

EVALUATION These mappings should be removed as per description. Ian.Little@Ireland 7/24/2001
24-07-2001