JDK-4429358 : Need to remove illegal SI/SO char to byte mappings for Cp93(0|3|5|7|9) encoders
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio.charsets
  • Affected Version: 1.3.0,1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2001-03-23
  • Updated: 2001-07-13
  • Resolved: 2001-07-13
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 :  
Description
The current CharToByte converters for these EBCDIC based codepages incorrectly
map the Unicode characters, U+000E and U+000F back to \x0e and \x0f which
represent orphaned SI/SO bytes within those encodings (Cp930, Cp933, Cp935,
Cp937, Cp939). This issue was highlighted within bugID 4296969: Incorrect
behaviour of several character converters which examines a broad sweep
of round-trip issues. 

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

EVALUATION Need to make CharToByteDBCS_EBCDIC reject U+000E and U+000F as unmappable characters. Ian.Little@Ireland 06/20/01
20-06-0001