-
Bug
-
Resolution: Fixed
-
P3
-
None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8220286 | 11.0.4 | Ichiroh Takiguchi | P3 | Resolved | Fixed | b01 |
IBM970 (IBM-eucKR) is used on AIX ko_KR locale.
Following entry is missing
0xA2C1 <-> U+25C9
About following entries, I checked IBM949,MS949 (Korean Windows) and EUC-KR about following entries:
6950 -> a1aa 2014
84f1 -> a1a9 2010
cf7f -> a1ad 301c
"6950" and "cf7f" are not defined in Cp949.
"84f1<->afae" is defined in Cp949, but "afae" is not in Cp970 code range
Initial review request:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-November/056535.html
Following entry is missing
0xA2C1 <-> U+25C9
About following entries, I checked IBM949,MS949 (Korean Windows) and EUC-KR about following entries:
6950 -> a1aa 2014
84f1 -> a1a9 2010
cf7f -> a1ad 301c
"6950" and "cf7f" are not defined in Cp949.
"84f1<->afae" is defined in Cp949, but "afae" is not in Cp970 code range
Initial review request:
http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-November/056535.html
- backported by
-
JDK-8220286 IBM970 charset has missing entry and remove unexpected entries
- Resolved