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

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

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

revision 1.4 by mkoch, Wed Jan 5 07:22:28 2005 UTC revision 1.5 by gnu_andrew, Mon Jan 31 01:37:11 2005 UTC
# Line 47  import java.util.ListResourceBundle; Line 47  import java.util.ListResourceBundle;
47    
48  public class LocaleInformation_zh_SG_Hans extends ListResourceBundle  public class LocaleInformation_zh_SG_Hans extends ListResourceBundle
49  {  {
50    private static final String territoriesKeys = "ID|AU|SA|MK|KR|NZ|CZ";    private static final String territoriesKeys = "ID\u00A6AU\u00A6SA\u00A6MK\u00A6KR\u00A6NZ\u00A6CZ";
51    
52    private static final String territoriesValues = "\u5370\u5c3c|\u6fb3\u6d32|\u6c99\u5730\u963f\u62c9\u4f2f|\u9a6c\u5176\u987f|\u5357\u97e9|\u7ebd\u897f\u5170|\u6377\u514b";    private static final String territoriesValues = "\u5370\u5c3c\u00A6\u6fb3\u6d32\u00A6\u6c99\u5730\u963f\u62c9\u4f2f\u00A6\u9a6c\u5176\u987f\u00A6\u5357\u97e9\u00A6\u7ebd\u897f\u5170\u00A6\u6377\u514b";
53    
54    private static final Hashtable territories;    private static final Hashtable territories;
55    static    static
56    {    {
57      territories = new Hashtable();      territories = new Hashtable();
58      Enumeration keys = new StringTokenizer(territoriesKeys, "|");      Enumeration keys = new StringTokenizer(territoriesKeys, "\u00A6");
59      Enumeration values = new StringTokenizer(territoriesValues, "|");      Enumeration values = new StringTokenizer(territoriesValues, "\u00A6");
60      while (keys.hasMoreElements())      while (keys.hasMoreElements())
61        {        {
62           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 65  public class LocaleInformation_zh_SG_Han Line 65  public class LocaleInformation_zh_SG_Han
65        }        }
66    }    }
67    
68    private static final String languagesKeys = "root|sh";    private static final String languagesKeys = "root\u00A6sh";
69    
70    private static final String languagesValues = "\u6839 \u6e90|\u585e\u5c14\u7ef4\u4e9a\u514b\u7f57\u5730\u4e9a\u6587";    private static final String languagesValues = "\u6839 \u6e90\u00A6\u585e\u5c14\u7ef4\u4e9a\u514b\u7f57\u5730\u4e9a\u6587";
71    
72    private static final Hashtable languages;    private static final Hashtable languages;
73    static    static
74    {    {
75      languages = new Hashtable();      languages = new Hashtable();
76      Enumeration keys = new StringTokenizer(languagesKeys, "|");      Enumeration keys = new StringTokenizer(languagesKeys, "\u00A6");
77      Enumeration values = new StringTokenizer(languagesValues, "|");      Enumeration values = new StringTokenizer(languagesValues, "\u00A6");
78      while (keys.hasMoreElements())      while (keys.hasMoreElements())
79        {        {
80           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();

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