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

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

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

revision 1.3 by mkoch, Wed Jan 5 07:22:28 2005 UTC revision 1.4 by gnu_andrew, Mon Jan 31 01:37:11 2005 UTC
# Line 71  public class LocaleInformation_zh_MO_Han Line 71  public class LocaleInformation_zh_MO_Han
71    static    static
72    {    {
73      territories = new Hashtable();      territories = new Hashtable();
74      Enumeration keys = new StringTokenizer(territoriesKeys, "|");      Enumeration keys = new StringTokenizer(territoriesKeys, "\u00A6");
75      Enumeration values = new StringTokenizer(territoriesValues, "|");      Enumeration values = new StringTokenizer(territoriesValues, "\u00A6");
76      while (keys.hasMoreElements())      while (keys.hasMoreElements())
77        {        {
78           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();

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

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