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

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

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

revision 1.10 by mkoch, Wed Jan 5 07:22:27 2005 UTC revision 1.11 by gnu_andrew, Mon Jan 31 01:37:10 2005 UTC
# Line 55  public class LocaleInformation_en_SG ext Line 55  public class LocaleInformation_en_SG ext
55    static    static
56    {    {
57      currenciesDisplayName = new Hashtable();      currenciesDisplayName = new Hashtable();
58      Enumeration keys = new StringTokenizer(currenciesDisplayNameKeys, "|");      Enumeration keys = new StringTokenizer(currenciesDisplayNameKeys, "\u00A6");
59      Enumeration values = new StringTokenizer(currenciesDisplayNameValues, "|");      Enumeration values = new StringTokenizer(currenciesDisplayNameValues, "\u00A6");
60      while (keys.hasMoreElements())      while (keys.hasMoreElements())
61        {        {
62           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 73  public class LocaleInformation_en_SG ext Line 73  public class LocaleInformation_en_SG ext
73    static    static
74    {    {
75      currenciesSymbol = new Hashtable();      currenciesSymbol = new Hashtable();
76      Enumeration keys = new StringTokenizer(currenciesSymbolKeys, "|");      Enumeration keys = new StringTokenizer(currenciesSymbolKeys, "\u00A6");
77      Enumeration values = new StringTokenizer(currenciesSymbolValues, "|");      Enumeration values = new StringTokenizer(currenciesSymbolValues, "\u00A6");
78      while (keys.hasMoreElements())      while (keys.hasMoreElements())
79        {        {
80           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 85  public class LocaleInformation_en_SG ext Line 85  public class LocaleInformation_en_SG ext
85    
86    private static final String[][] zoneStrings =    private static final String[][] zoneStrings =
87    {    {
88      { "SST", "Singapore Standard Time", "SST", "Singapore Standard Time",  "Pacific/Guadalcanal" },      {  "Pacific/Guadalcanal", "SST", "Singapore Standard Time", "SST", "Singapore Standard Time"},
89    };    };
90    
91    private static final Object[][] contents =    private static final Object[][] contents =

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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