Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017789 | 1.2.0 | Limin Shi | P2 | Resolved | Fixed | 1.2beta2 |
[naoyuki 11/6/97]
String.getBytes("JIS") results incorrect with attached sample program.
The problems are
1. Exception occures during convert method and
result byte stream become short.
2. Redundant ESC sequence is attached to result byte stream.
Please review/test/integrate the suggested fix.
String.getBytes("JIS") results incorrect with attached sample program.
The problems are
1. Exception occures during convert method and
result byte stream become short.
2. Redundant ESC sequence is attached to result byte stream.
Please review/test/integrate the suggested fix.
- backported by
-
JDK-2017789 Off-by-one and other errors in sun.io.CharToByteJIS
-
- Resolved
-
- duplicates
-
JDK-4092342 OutputStreamWriter and/or CharToByteConverter for JIS loses state
-
- Closed
-