Skip to content

Commit

Permalink
8305682: Update the javadoc in the Character class to state support f…
Browse files Browse the repository at this point in the history
…or GB 18030-2022 Implementation Level 2

Reviewed-by: lancea, iris, rriggs
  • Loading branch information
naotoj committed Apr 7, 2023
1 parent e5ac7a1 commit 9269109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/Character.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* of the Unicode Standard, with two extensions. First, the Java SE 11 Platform
* allows an implementation of class {@code Character} to use the code points
* in the range of {@code U+9FEB} to {@code U+9FEF} from the Unicode Standard
* version 11.0, in order for the class to allow the "Implementation Level 1"
* version 11.0, in order for the class to allow the "Implementation Level 2"
* of the Chinese GB18030-2022 standard. Second, the Java SE 11 Platform
* allows an implementation of class {@code Character} to use the Japanese Era
* code point, {@code U+32FF}, from the Unicode Standard version 12.1.
Expand Down

1 comment on commit 9269109

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.