JDK-4071770 : RFE: Need era support for Japanese and Taiwanese dates
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 1.1.2,1.1.3
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1997-08-14
  • Updated: 2005-04-26
  • Resolved: 2001-12-14
Related Reports
Duplicate :  
Duplicate :  
Description

Name: rlT66838			Date: 08/14/97


In Japanese's date formats, there is a format
that has an emperor era name with the year. For
example, 1997/08/07 can be translated as:

1997 "year" 8 "month" 7 "day"

where "year", "month", and "day" are Japanese
characters, but also can be translated to:

"Emperor Era Name" 10 "year" 8 "month" 7 "day"

where "Emperor Name" is the name of the current
emperor in 1997 and 10 means he's in the 10th
year of his reign. This information can be
available from the OS. Our Japanese clients
request that Java should provide this format
for Japanese Java apps.


======================================================================

Comments
EVALUATION Consider this fix for Merlin. masayoshi.okutsu@Eng 2000-02-14 Closing as a dup of 4609228. ###@###.### 2001-12-14 4609228 was fixed only for Japanese calendar support. I'm changing the duplicate RFE # to 6261278. ###@###.### 2005-04-26 09:07:02 GMT ###@###.### 2005-04-26 09:07:14 GMT
26-04-2005

WORK AROUND Name: rlT66838 Date: 08/14/97 ======================================================================
11-06-2004

SUGGESTED FIX JDK I18N should introduce a similar mechanism as the XPG4 LC_TIME era support. Also, it's desired for users to be able to configure era information without waiting for a next release of JDK since era might change any time. masayoshi.okutsu@Eng 1998-08-24
24-08-1998