<i18n dev> RFR: 8343788: Provide means to alter lib/tzmappings entries on Windows
Naoto Sato
naoto at openjdk.org
Tue Nov 19 17:42:07 UTC 2024
Windows Java runtime has a mapping file /lib/tzmappings which maps Windows time zones to Java's time zones. The file is generated based on CLDR's windowsZones.xml, but in rare occasions, its update is out of sync with Windows updates. This enhancement is to address those discrepancies for the time being (till CLDR/Windows are in sync). This change will also address zone mapping discrepancies in the update releases where CLDR versions stay the same.
-------------
Commit messages:
- initial commit
Changes: https://git.openjdk.org/jdk/pull/22250/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22250&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8343788
Stats: 54 lines in 2 files changed: 53 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22250.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22250/head:pull/22250
PR: https://git.openjdk.org/jdk/pull/22250
More information about the i18n-dev
mailing list