On Fri, 17 Jul 2026 20:00:45 GMT, Bernd <[email protected]> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Made the non-conditional case explicit by setting it to "NONE"
>
> test/jdk/java/lang/String/ToLowerCase.java line 59:
> 
>> 57:         // U+10780 is supplementary, Cased, and Case_Ignorable.
>> 58:         test("\uD801\uDF80\u03A3", Locale.US, "\uD801\uDF80\u03C2");
>> 59:         test("\u03A3\uD801\uDF80", Locale.US, "\u03C3\uD801\uDF80");
> 
> Should one or all of the cases be repeatet with ROOT locale (and maybe just 
> Greek as a weird border case)?

Thanks, added.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31937#discussion_r3606294980

Reply via email to