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

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

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

revision 1.4 by mkoch, Fri Dec 17 11:01:32 2004 UTC revision 1.5 by mkoch, Fri Dec 17 14:04:19 2004 UTC
# Line 57  public class LocaleInformation_ja_JP ext Line 57  public class LocaleInformation_ja_JP ext
57    static final String[] months = { "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708", null };    static final String[] months = { "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708", null };
58    
59    static final String[] ampms = { "\u5348\u524D", "\u5348\u5F8C" };    static final String[] ampms = { "\u5348\u524D", "\u5348\u5F8C" };
   
60    static final String shortDateFormat = "yyyyMMdd";    static final String shortDateFormat = "yyyyMMdd";
61    static final String currencySymbol = "\uFFE5";    static final String currencySymbol = "\uFFE5";
62    static final String intlCurrencySymbol = "JPY";    static final String intlCurrencySymbol = "JPY";
   static final String currencyFormat = "$#,##0.;$-#,##0.";  
63    
64    private static final Object[][] contents =    private static final Object[][] contents =
65    {    {
# Line 73  public class LocaleInformation_ja_JP ext Line 71  public class LocaleInformation_ja_JP ext
71      { "shortDateFormat", shortDateFormat },      { "shortDateFormat", shortDateFormat },
72      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
73      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
74      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
75      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
76      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
77      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
78        { "currencyFormat", "\u00a4#,##0;-\u00a4#,##0" }
79    };    };
80    
81    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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