<i18n dev> RFR: 8303018: Unicode Emoji Properties [v2]

Naoto Sato naoto at openjdk.org
Tue Mar 14 15:50:00 UTC 2023


On Tue, 14 Mar 2023 08:13:11 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed method descriptions
>
> src/java.base/share/classes/java/lang/Character.java line 10803:
> 
>> 10801:     /**
>> 10802:      * Determines if the specified character (Unicode code point) has the
>> 10803:      * Emoji Presentation by default.
> 
> "has the Emoji Presentation", should that be "has the Emoji Presentation property"?

Fixed this one as well

> src/java.base/share/classes/java/lang/Character.java line 10887:
> 
>> 10885:      * @since   21
>> 10886:      */
>> 10887:     public static boolean isExtendedPictographic(int codePoint) {
> 
> Is there a "cut 'n paste" error here, it looks like the description has been copied from  isEmojiComponent.

My bad. You are right. Corrected.

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

PR: https://git.openjdk.org/jdk/pull/13006


More information about the i18n-dev mailing list