RFR: 8255086: Update the root locale display names
Naoto Sato
naoto at openjdk.java.net
Wed Oct 21 23:19:10 UTC 2020
On Wed, 21 Oct 2020 23:01:59 GMT, Brent Christian <bchristi at openjdk.org> wrote:
>> Hi,
>>
>> Please review the changes to the subject issue. The fix replaces the obsolete/incorrect English language/region/script display names in the COMPAT root locale bundle. The data are derived from CLDR's English names.
>
> Hi, Naoto
>
> What is the source for the updated values in LocaleNames.properties?
>
> Also, could the bug synopsis be updated to be more descriptive?
>
> Thanks,
> -Brent
Hi Brent,
> What is the source for the updated values in LocaleNames.properties?
The source is CLDR v37, which is currently used in the latest JDK release. They are extracted with a code snippet (https://bugs.openjdk.java.net/browse/JDK-8255086?focusedCommentId=14375906&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14375906), and non-ASCII chars are Unicode escaped.
> Also, could the bug synopsis be updated to be more descriptive?
Modified the synopsis. Hope it made sense.
Naoto
-------------
PR: https://git.openjdk.java.net/jdk/pull/786
More information about the core-libs-dev
mailing list