RFR: 8295564: Norwegian Nynorsk Locale is missing formatting
Naoto Sato
naoto at openjdk.org
Wed Oct 19 19:14:04 UTC 2022
This is a regression caused by upgrading CLDR to version 39 (JDK-8258794), in which CLDR changed the locale inheritance for Norwegian. Some locale data (including number elements) that were in `nn` locale was moved to `no`. There was a code in CLDRConverter that specially handles `no` locale not to copy its data as parent locale data. That special handling is no longer needed after v39.
It's amazing to see this bug has been lurking unnoticed till now.
-------------
Commit messages:
- 8295564: Norwegian Nynorsk Locale is missing formatting
Changes: https://git.openjdk.org/jdk/pull/10774/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10774&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295564
Stats: 12 lines in 3 files changed: 8 ins; 2 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/10774.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10774/head:pull/10774
PR: https://git.openjdk.org/jdk/pull/10774
More information about the core-libs-dev
mailing list