-
Bug
-
Resolution: Fixed
-
P2
-
1.1.3
-
1.1.6
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2016201 | 1.2.0 | John Oconner | P2 | Resolved | Fixed | 1.2beta3 |
DateFormatSymbols.getEras() retunrs incorrect string to represent Japanese current era.
Era string entries in LocaleElements_ja.java were corrected because of BugID
4038634. However it returns "Taisho" instead of "Heisei".
Basic function to handle "ERA" isn't yet implemented so that the system always returns "AC" whose string contained in 2nd element of era strings in resource bundle. 2nd element in Japanese resource bundle is "Taisho", so that
it returns "Taisho" no matter what current era is.
Era string entries in LocaleElements_ja.java were corrected because of BugID
4038634. However it returns "Taisho" instead of "Heisei".
Basic function to handle "ERA" isn't yet implemented so that the system always returns "AC" whose string contained in 2nd element of era strings in resource bundle. 2nd element in Japanese resource bundle is "Taisho", so that
it returns "Taisho" no matter what current era is.
- backported by
-
JDK-2016201 DateFormatSymbols: inappropriate era string "Taisho" for ja locale
-
- Resolved
-
- relates to
-
JDK-4038634 DateFormatSymbols: inappropriate era string "HeiseiZen" for Japanese locale
-
- Closed
-