<i18n dev> RFR: 8171156: Class java.util.LocaleISOData has outdated information for country Code NP
Justin Lu
jlu at openjdk.org
Tue Mar 7 23:05:13 UTC 2023
The java.util.LocaleISOData.isoCountryTable has an incorrect formal name for Nepal.
According to [Wikipedia](https://en.wikipedia.org/wiki/Nepal) and the [UN](https://www.un.int/protocol/sites/www.un.int/files/Protocol%20and%20Liaison%20Service/officialnamesofcountries.pdf), Nepal's formal name should be `Federal Democratic Republic of Nepal`, not `Kingdom of Nepal`. It is only a comment, however there is no reason it should not be corrected.
-------------
Commit messages:
- Update Nepal formal name in ISO 3166 table
Changes: https://git.openjdk.org/jdk/pull/12912/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12912&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8171156
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12912.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12912/head:pull/12912
PR: https://git.openjdk.org/jdk/pull/12912
More information about the i18n-dev
mailing list