/[classpath]/classpath/gnu/java/locale/LocaleInformation_zh_HK.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_zh_HK.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by egagnon, Sun Aug 11 21:19:01 2002 UTC revision 1.3 by mkoch, Fri Dec 17 11:01:32 2004 UTC
# Line 59  public class LocaleInformation_zh_HK ext Line 59  public class LocaleInformation_zh_HK ext
59    static final String[] ampms = { "\u4E0A\u5348", "\u4E0B\u5348" };    static final String[] ampms = { "\u4E0A\u5348", "\u4E0B\u5348" };
60    
61    static final String shortDateFormat = "yyyyMMMdd EEEE";    static final String shortDateFormat = "yyyyMMMdd EEEE";
   static final String defaultTimeFormat = "a hh:m:s";  
62    static final String currencySymbol = "HK$";    static final String currencySymbol = "HK$";
63    static final String intlCurrencySymbol = "HKD";    static final String intlCurrencySymbol = "HKD";
64    static final String currencyFormat = "$#,##0.00;($#,##0.00)";    static final String currencyFormat = "$#,##0.00;($#,##0.00)";
# Line 72  public class LocaleInformation_zh_HK ext Line 71  public class LocaleInformation_zh_HK ext
71      { "months", months },      { "months", months },
72      { "ampms", ampms },      { "ampms", ampms },
73      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
     { "defaultTimeFormat", defaultTimeFormat },  
74      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
75      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
76      { "currencyFormat", currencyFormat },      { "currencyFormat", currencyFormat },

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26