RFR: 8258794: Support for CLDR version 39
Naoto Sato
naoto at openjdk.java.net
Wed Apr 14 21:21:10 UTC 2021
Please review the changes to support CLDR version 39. The vast majority of the changes are purely data changes from Unicode. The only change affected in logic was in `CLDRLocaleProviderAdapter.java`, where it needed to deal with CLDR's Norwegian language code switch (https://unicode-org.atlassian.net/browse/CLDR-2698)
-------------
Commit messages:
- 8258794: Support for CLDR version 39
- CLDR 38.1
Changes: https://git.openjdk.java.net/jdk/pull/3502/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3502&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8258794
Stats: 26326 lines in 815 files changed: 761 ins; 23140 del; 2425 mod
Patch: https://git.openjdk.java.net/jdk/pull/3502.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3502/head:pull/3502
PR: https://git.openjdk.java.net/jdk/pull/3502
More information about the build-dev
mailing list