JDK10 RFR of JDK-8185841:Values from getFirstDayOfWeek() are inconsistent with CLDR
Hi, Kindly review the fix to JDK-8185841. Bug : https://bugs.openjdk.java.net/browse/JDK-8185841. patch : http://cr.openjdk.java.net/~rgoel/JDK-8185841/webrev.08/ Fix is to relocate this region dependent data. New Bundle will be generated when Locale id has non empty script and country code and it contains region dependent data. e.g for "az_Latn_AZ" locale, CalendarData_az_AZ.java Bundle will be generated and the data currently in CalendarData_az_Latn_AZ.java should be relocated into it. -- Thanks, Rachna
Looks fine. Naoto On 10/26/17 11:24 PM, Rachna Goel wrote:
Hi,
Kindly review the fix to JDK-8185841.
Bug : https://bugs.openjdk.java.net/browse/JDK-8185841.
patch : http://cr.openjdk.java.net/~rgoel/JDK-8185841/webrev.08/
Fix is to relocate this region dependent data. New Bundle will be generated when Locale id has non empty script and country code and it contains region dependent data. e.g for "az_Latn_AZ" locale, CalendarData_az_AZ.java Bundle will be generated and the data currently in CalendarData_az_Latn_AZ.java should be relocated into it.
participants (2)
-
Naoto Sato
-
Rachna Goel