JDK-2144362 : getFirstDayOfWeek() not works correctly for Slovak locale
  • Type: Backport
  • Backport of: JDK-6497154
  • Component: globalization
  • Sub-Component: translation
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2006-11-30
  • Updated: 2011-04-08
  • Resolved: 2011-04-08
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
6u4Fixed 7 b18Fixed
Comments
EVALUATION This is correct request, verified with CLDR as well as the native slovak speakers. Fix: j2se:src/share/classes/sun/util/resources/CalendarData_sk.properties add firstDayOfWeek=2 minimalDaysInFirstWeek=4 modify the test: j2se:test/closed/sun/text/resources/LocaleDataTest.java j2se:test/closed/sun/text/resources/LocaleData add: # bugs 6497154 CalendarData/sk/firstDayOfWeek=2 CalendarData/sk/minimalDaysInFirstWeek=4
21-05-2007