-
Sub-task
-
Resolution: Delivered
-
P4
-
8u381, 11.0.20-oracle, 17.0.8-oracle, 20.0.2
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307355 | 17.0.8-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8307354 | 11.0.20-oracle | Marc Palmerjohnson | P4 | Resolved | Delivered | |
JDK-8307357 | 8u381 | Marc Palmerjohnson | P4 | Resolved | Delivered |
The China National Standard body (CESI) has recently published GB18030-2022, which is an updated version of the GB18030 standard and brings GB18030 in sync with Unicode version 11.0. The `Charset` implementation for this new standard has now replaced the prior `2000` standard. However, this new standard has some incompatible changes from the prior implementation. For those who need to use the old mappings, a new system property, `jdk.charset.GB18030`, is introduced. By setting its value to `2000`, the previous JDK releases' mappings for the `GB18030 Charset` are used, which are based on the `2000` standard.
- backported by
-
JDK-8307354 Release Note: Support for GB18030-2022
- Resolved
-
JDK-8307355 Release Note: Support for GB18030-2022
- Resolved
-
JDK-8307357 Release Note: Support for GB18030-2022
- Resolved