Details
-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 12
-
b19
-
generic
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8213302 | 11.0.21-oracle | Roger Riggs | P3 | Resolved | Fixed | b01 |
JDK-8307930 | 11.0.20-oracle | Ryan Wallace | P3 | Resolved | Fixed | b04 |
JDK-8213303 | 11.0.3 | Roger Riggs | P3 | Resolved | Fixed | master |
JDK-8219820 | openjdk8u212 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b01 |
JDK-8307092 | 8u391 | Ryan Wallace | P3 | Resolved | Fixed | b01 |
JDK-8307931 | 8u381 | Ryan Wallace | P3 | Resolved | Fixed | b04 |
Description
ISO2022JP, 0x1B, 0x28, 0x49, 0x60, 0x1B, 0x28, 0x42, is converted to \uFFA0
ISO2022JP is for Japanese, but \uFFA0 is a part of Hangul character.
GB18030, \uFFFE is converted to 0x84, 0x31, 0xA4, 0x38.
0x84, 0x31, 0xA4, 0x38 is converted to replacement character \uFFFD.
Attachments
Issue Links
- backported by
-
JDK-8213302 ISO2022JP and GB18030 NIO converter issues
- Resolved
-
JDK-8213303 ISO2022JP and GB18030 NIO converter issues
- Resolved
-
JDK-8219820 ISO2022JP and GB18030 NIO converter issues
- Resolved
-
JDK-8307092 ISO2022JP and GB18030 NIO converter issues
- Resolved
-
JDK-8307930 ISO2022JP and GB18030 NIO converter issues
- Resolved
-
JDK-8307931 ISO2022JP and GB18030 NIO converter issues
- Resolved
- duplicates
-
JDK-8207780 FindDecoderBugs.java fails intermittently with GB18030 charset
- Closed
- relates to
-
JDK-8207780 FindDecoderBugs.java fails intermittently with GB18030 charset
- Closed