classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

zoneStrings in gnu/java/locale/LocaleInformation*


From: Ito Kazumitsu
Subject: zoneStrings in gnu/java/locale/LocaleInformation*
Date: 24 Jan 2005 15:59:20 -0000
User-agent: SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.3.50 (i386-unknown-freebsd5.3) MULE/5.0 (SAKAKI)

Hi,

As reported in

   http://www.kaffe.org/pipermail/kaffe/2005-January/101286.html

zoneStrings in gnu/java/locale/LocaleInformation* seem to be broken.

They should be:

   0 - The non-localized time zone id string.
   1 - The long name of the time zone (standard time).
   2 - The short name of the time zone (standard time).
   3 - The long name of the time zone (daylight savings time).
   4 - the short name of the time zone (daylight savings time).

But gnu/java/locale/LocaleInformation* have:

   0 - The short name of the time zone (standard time).
   1 - The long name of the time zone (standard time).
   2 - the short name of the time zone (daylight savings time).
   3 - The long name of the time zone (daylight savings time).
   4 - The area name of the time zone.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]