Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.4.0
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
Resolved In Build:beta2
-
CPU:generic
-
OS:generic
Description
Name: vi73552 Date: 06/08/99
LocaleElements for Estonian (java.text.resources.LocaleElements_et) contains wrong information at least for date representation.
Correct information source can be found:
http://www.eki.ee/itstandard/
http://www.eki.ee/itstandard/FDCC.shtml.en
and
http://www.ciesin.ee/ITR/
The incorrect information includes:
* month names and their abbreviations should be lowercase;
* date-time patterns should be:
{ "DateTimePatterns",
new String[] {
"H:mm:ss z", // full time pattern
"H:mm:ss z", // long time pattern
"H:mm:ss", // medium time pattern
"H:mm", // short time pattern
"EEEE, d. MMMM yyyy", // full date pattern
"EEEE, d. MMMM yyyy. 'a'", // long date pattern
"d.MM.yyyy", // medium date pattern
"d.MM.yy", // short date pattern
"{1} {0}" // date-time pattern
}
},
{ "DateTimeElements",
new String[] {
"2", // first day of week is MONDAY
"4" // min days in first week
}
},
(Review ID: 84075)
======================================================================