<i18n dev> RFR: 8368981: Case Fold Locale Legacy Tags On Demand [v2]

Justin Lu jlu at openjdk.org
Wed Oct 1 22:51:30 UTC 2025


On Wed, 1 Oct 2025 22:02:11 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   implemenet Naoto's review
>
> test/jdk/java/util/Locale/CaseFoldLanguageTagTest.java line 112:
> 
>> 110:                 "zh-guoyu",
>> 111:                 "i-pwn",
>> 112:                 "i-mingo"
> 
> Is this intentionally randomized? Otherwise I would like it to be sorted.

No reason, just the order of what `entrySet()` gave me. It is now sorted.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27596#discussion_r2396112656


More information about the i18n-dev mailing list