JDK-4900884 : Korean short time pattern is not correct.
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 1.4.2_01
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2003-08-05
  • Updated: 2004-05-03
  • Resolved: 2003-09-30
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
1.4.2_05 05Fixed
Description
After installation, Launch ControlPanel - Update.

Short time format is not correct for Korean. 
It should display like HH:MM AM/PM, but display only HH:M AM/PM ( 11:00 pm ->> 11:0 pm)

If clicked "Advanced", then hour list box also displays all wrong format.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_05 generic tiger FIXED IN: 1.4.2_05 tiger INTEGRATED IN: 1.4.2_05 tiger tiger-b22 VERIFIED IN: 1.4.2_05 tiger-beta
14-06-2004

EVALUATION We will fix this in tiger. We cannot fix locale data bug on 1.4.2_01. ###@###.### 2003-08-04 Fixes are following: bash-2.05$ sccsdiff -r1.26 -r1.24 SCCS/s.LocaleElements_ko.java ------- LocaleElements_ko.java ------- 2c2 < * @(#)LocaleElements_ko.java 1.24 03/01/23 --- > * %W% %E% 448,451c448,451 < "a h'\uc2dc' mm'\ubd84' ss'\ucd08' z", // full time pattern < "a h'\uc2dc' mm'\ubd84' ss'\ucd08'", // long time pattern < "a h:mm:ss", // medium time pattern < "a h:mm", // short time pattern --- > "a h'\uc2dc' m'\ubd84' s'\ucd08' z", // full time pattern > "a h'\uc2dc' m'\ubd84' s'\ucd08'", // long time pattern > "a h:m:s", // medium time pattern > "a h:m", // short time pattern ###@###.### 2003-09-25
25-09-2003

PUBLIC COMMENTS Short time format has been fixed one digit display problem. ###@###.### 2003-09-22
22-09-2003