The Hebrew locale id changed in 10/1095 from "iw" to "he". JDK still has
old class names and file names in java/java/text/resources as:
DateFormatZoneData_iw
LocaleElements_iw
These should be changed to:
DateFormatZoneData_he
LocaleElements_he
For the updated ISO 639 language codes for language names, please see the URL: http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt
- relates to
-
JDK-4159683 Locale entry for "Hebrew" should be added to java.util.Locale
-
- Closed
-