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
|