JDK-6483191 : Some of newly introduced CalndarData, firstDayOfWeek, has incorrect value.
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: other
  • Submitted: 2006-10-17
  • Updated: 2011-03-07
  • Resolved: 2011-03-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u2Fixed 7 b08Fixed
Related Reports
Relates :  
Description
Fix for CR 6455680 integrated into b96 introduced numbers of new locales. 
The incorrect values are used for firstDayOfWeek in CalendarData. 

Instead of '1' (Sunday), the incorrect value, '2'(Monday) is listed for the following 6 locales:
1. en_SG
2. zh_SG
3. mt_MT
4. en_MT
5. en_PH
6. ga_IE
Addition to listed CalednarData, there is another incorrect/not updated data. LocaleName for el_CY was not updated to 1.4.

Comments
EVALUATION In the listed locales, change the value from '2' to '1' in CalendarData_xx_XX.properties files.
17-10-2006