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

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

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

revision 1.3.2.1 by gnu_andrew, Sun Jan 16 15:15:08 2005 UTC revision 1.3.2.2 by gnu_andrew, Mon Jan 31 03:10:46 2005 UTC
# Line 71  public class LocaleInformation_zh_HK_Han Line 71  public class LocaleInformation_zh_HK_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.2.1  
changed lines
  Added in v.1.3.2.2

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