Re: RFR: 8337603: Change in behavior with -Djava.locale.useOldISOCodes=true

2024-08-07 Thread Naoto Sato
On Tue, 6 Aug 2024 00:50:48 GMT, Naoto Sato wrote: > Fixing a regression caused by the removal of the legacy locale data. Legacy > locale data happened to have resource bundle for "he" language (new ISO code) > with the launguage name for "iw" (old ISO code). CLDR does not have it, thus > the

Re: RFR: 8337603: Change in behavior with -Djava.locale.useOldISOCodes=true

2024-08-06 Thread Brian Burkhalter
On Tue, 6 Aug 2024 00:50:48 GMT, Naoto Sato wrote: > Fixing a regression caused by the removal of the legacy locale data. Legacy > locale data happened to have resource bundle for "he" language (new ISO code) > with the launguage name for "iw" (old ISO code). CLDR does not have it, thus > the

Re: RFR: 8337603: Change in behavior with -Djava.locale.useOldISOCodes=true

2024-08-05 Thread Iris Clark
On Tue, 6 Aug 2024 00:50:48 GMT, Naoto Sato wrote: > Fixing a regression caused by the removal of the legacy locale data. Legacy > locale data happened to have resource bundle for "he" language (new ISO code) > with the launguage name for "iw" (old ISO code). CLDR does not have it, thus > the

RFR: 8337603: Change in behavior with -Djava.locale.useOldISOCodes=true

2024-08-05 Thread Naoto Sato
Fixing a regression caused by the removal of the legacy locale data. Legacy locale data happened to have resource bundle for "he" language (new ISO code) with the launguage name for "iw" (old ISO code). CLDR does not have it, thus the name fell back to English. - Commit messages: