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

Diff of /classpath/gnu/java/locale/LocaleInformation_ko_KR.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_ko_KR ext Line 57  public class LocaleInformation_ko_KR ext
57    static final String[] months = { "\uC77C\uC6D4", "\uC774\uC6D4", "\uC0BC\uC6D4", "\uC0AC\uC6D4", "\uC624\uC6D4", "\uC720\uC6D4", "\uCE60\uC6D4", "\uD314\uC6D4", "\uAD6C\uC6D4", "\uC2DC\uC6D4", "\uC2ED\uC77C\uC6D4", "\uC2ED\uC774\uC6D4", null };    static final String[] months = { "\uC77C\uC6D4", "\uC774\uC6D4", "\uC0BC\uC6D4", "\uC0AC\uC6D4", "\uC624\uC6D4", "\uC720\uC6D4", "\uCE60\uC6D4", "\uD314\uC6D4", "\uAD6C\uC6D4", "\uC2DC\uC6D4", "\uC2ED\uC77C\uC6D4", "\uC2ED\uC774\uC6D4", null };
58    
59    static final String[] ampms = { "\uC624\uC804", "\uC624\uD6C4" };    static final String[] ampms = { "\uC624\uC804", "\uC624\uD6C4" };
   
   static final String shortDateFormat = "yyyy MM dd";  
60    static final String currencySymbol = "\uFFE6";    static final String currencySymbol = "\uFFE6";
61    static final String intlCurrencySymbol = "KRW";    static final String intlCurrencySymbol = "KRW";
   static final String currencyFormat = "$#,###,##0.;$-#,###,##0.";  
62    
63    private static final Object[][] contents =    private static final Object[][] contents =
64    {    {
# Line 70  public class LocaleInformation_ko_KR ext Line 67  public class LocaleInformation_ko_KR ext
67      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
68      { "months", months },      { "months", months },
69      { "ampms", ampms },      { "ampms", ampms },
     { "shortDateFormat", shortDateFormat },  
70      { "currencySymbol", currencySymbol },      { "currencySymbol", currencySymbol },
71      { "intlCurrencySymbol", intlCurrencySymbol },      { "intlCurrencySymbol", intlCurrencySymbol },
     { "currencyFormat", currencyFormat },  
72      { "decimalSeparator", decimalSeparator },      { "decimalSeparator", decimalSeparator },
73      { "groupingSeparator", groupingSeparator },      { "groupingSeparator", groupingSeparator },
74      { "numberFormat", numberFormat },      { "numberFormat", numberFormat },
75      { "percentFormat", percentFormat },      { "percentFormat", percentFormat },
76        { "currencyFormat", "\u00a4#,##0.00;-\u00a4#,##0.00" },
77        { "shortDateFormat", "yy. MM. dd" },
78        { "mediumDateFormat", "yyyy. MM. dd" },
79        { "longDateFormat", "yyyy'\ub144' M'\uc6d4' d'\uc77c'" },
80        { "shortTimeFormat", "a h:mm" },
81        { "mediumTimeFormat", "a h:mm:ss" }
82    };    };
83    
84    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