-
Bug
-
Resolution: Unresolved
-
P4
-
8u25
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
1.8.0_25
ADDITIONAL OS VERSION INFORMATION :
Windows 7
A DESCRIPTION OF THE PROBLEM :
When using Slovak locale with DateFormat, the date gets
improperly formatted, when using LONG and FULL styles. SHORT and MEDIUM are ok.
The pattern is "EEEE, yyyy, MMMM d", but should be "EEEE, d. MMMM yyyy".
This holds for both old-style DateFormat and jsr-310 DateTimeFormatter.
This outputs "Štvrtok, 2014, decembra 17". I'm a native Slovak, and this format is really weird. Expected output is "Štvrtok, 17. decembra 2014". This is actually an American format, but with Slovak month and day names.
See http://www.localeplanet.com/icu/sk-SK/
The same problem applies to JDK1.7.0_55, I did not test others.
REPRODUCIBILITY :
This bug can be reproduced always.
1.8.0_25
ADDITIONAL OS VERSION INFORMATION :
Windows 7
A DESCRIPTION OF THE PROBLEM :
When using Slovak locale with DateFormat, the date gets
improperly formatted, when using LONG and FULL styles. SHORT and MEDIUM are ok.
The pattern is "EEEE, yyyy, MMMM d", but should be "EEEE, d. MMMM yyyy".
This holds for both old-style DateFormat and jsr-310 DateTimeFormatter.
This outputs "Štvrtok, 2014, decembra 17". I'm a native Slovak, and this format is really weird. Expected output is "Štvrtok, 17. decembra 2014". This is actually an American format, but with Slovak month and day names.
See http://www.localeplanet.com/icu/sk-SK/
The same problem applies to JDK1.7.0_55, I did not test others.
REPRODUCIBILITY :
This bug can be reproduced always.