JDK-2144361 : 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: 2013-10-23
  • Resolved: 2007-01-27
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.
Other JDK 6
5.0u12 b01Fixed 6u4Fixed
Comments
EVALUATION This is correct request, verified with CLDR as well as the slovak native speakers. Fix the j2se:src/share/classes/sun/text/resources/LocaleElements_sk.java Add { "DateTimeElements", new String[] { "2", // first day of week "1" // min days in first week } } before the CollationElements.
05-12-2006