Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2019436 | 1.2.0 | Shoji Ishida | P3 | Resolved | Fixed | 1.2fcs |
invoke clock applet in ja, ko, zh, zh_TW locales displays ?? for AM/PM.
ex: 1998/3/10 ?? 10:54:54, in C locale it displays 10-Mar-98 10:54:54 AM
-------------
The following findings are from jdk1.1.7 build D testing, and everything is recorded @ 7/15/1998, 2:58PM:
* on Solaris for sparc and X86, time displays are as following:
zh ---> "??? 15 14:58:02 1998"
zh_TW ----> same as in zh
ko ----> "?7? 15 14:58:02 1998"
C ----> "Wed Jul 15 14:58:02 1998"
* on Win95
zh ---> "1998-7-16 5:58:02"
note: the time is in fact Chinese standard time.
zh_TW ----> "1998/7/15/ ?? 02:58:02"
note: pacific standard time
ko ----> "1998-7-16 ?? 6:58:02"
note: this is ko's local time also.
* WinNT
zh ----> "1998-7-15 14:58:02"
zh_TW ----> "1998/7/16 ?? 5:58:02"
note: this is Chinese standard time
ko ---> "1998-7-16 ?? 6:58:02"
note: this is ko's local time
--------------------------
selina.chen@eng 1998-07-15
Updated again to limit it to its previous discription.
selina.chen@eng 1998-07-17
ex: 1998/3/10 ?? 10:54:54, in C locale it displays 10-Mar-98 10:54:54 AM
-------------
The following findings are from jdk1.1.7 build D testing, and everything is recorded @ 7/15/1998, 2:58PM:
* on Solaris for sparc and X86, time displays are as following:
zh ---> "??? 15 14:58:02 1998"
zh_TW ----> same as in zh
ko ----> "?7? 15 14:58:02 1998"
C ----> "Wed Jul 15 14:58:02 1998"
* on Win95
zh ---> "1998-7-16 5:58:02"
note: the time is in fact Chinese standard time.
zh_TW ----> "1998/7/15/ ?? 02:58:02"
note: pacific standard time
ko ----> "1998-7-16 ?? 6:58:02"
note: this is ko's local time also.
* WinNT
zh ----> "1998-7-15 14:58:02"
zh_TW ----> "1998/7/16 ?? 5:58:02"
note: this is Chinese standard time
ko ---> "1998-7-16 ?? 6:58:02"
note: this is ko's local time
--------------------------
selina.chen@eng 1998-07-15
Updated again to limit it to its previous discription.
selina.chen@eng 1998-07-17
- backported by
-
JDK-2019436 Clock applet displays ??? in asian locales
- Resolved