[jdk8u-ri] RFR: 8305681: Allow additional characters for GB18030-2022 (Level 2) support [v2]

Iris Clark iris at openjdk.org
Fri Apr 7 17:15:51 UTC 2023


On Thu, 6 Apr 2023 22:05:06 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> This is to support GB18030-2022 "Implementation Level 2", an extension to JDK-8301400. Additional 108 code points from `CJK Unified Ideographs Extension E` block in Unicode 8.0 need to be allowed.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Missing 8

Marked as reviewed by iris (Author).

jdk/src/share/classes/java/lang/Character.java line 2582:

> 2580:          * character block.
> 2581:          * @apiNote This field is defined in Java SE 8 Maintenance Release 5.
> 2582:          * @since 1.8

Shouldn't this be `8` instead of `1.8`?

-------------

PR Review: https://git.openjdk.org/jdk8u-ri/pull/13#pullrequestreview-1376405847
PR Review Comment: https://git.openjdk.org/jdk8u-ri/pull/13#discussion_r1160841380


More information about the jdk8u-dev mailing list