<i18n dev> [11] RFR: 8189784: Parsing with Java 9 AKST timezone returns the SystemV variant of the timezone

Naoto Sato naoto.sato at oracle.com
Mon Apr 9 20:20:02 UTC 2018


Hello,

Please review the changes to the following issue:

https://bugs.openjdk.java.net/browse/JDK-8189784

The proposed changeset is located at:

http://cr.openjdk.java.net/~naoto/8189784/webrev.02/

There were two causes of the issue. One was that j.t.f.ZoneName 
contained hard coded mappings based on the old CLDR data and never been 
updated. The other reason was that CLDR's deprecated zones ("SystemV" 
ones, in this case) were not properly replaced.

I am including build-dev for the review, as the change includes 
generating ZoneName mapping at the build time from the template.

Naoto


More information about the i18n-dev mailing list