<i18n dev> RFR: 8275721: Name of UTC timezone in a locale changes depending on previous code [v4]

Joe Wang joehw at openjdk.java.net
Mon Dec 6 20:56:12 UTC 2021


On Mon, 6 Dec 2021 20:32:55 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Fixing time zone name provider for CLDR. In some cases, COMPAT's `UTC` display names were incorrectly substituted for CLDR. The reason it worked fine after `zh-Hant-HK` was that by loading names for `zh-Hant-HK`, the names for `zh-Hant` were cached and hit for the following `zh-MO` name retrieval.
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Removed unused import

Marked as reviewed by joehw (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/6709


More information about the i18n-dev mailing list