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

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

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

revision 1.5.2.1 by gnu_andrew, Sun Jan 16 15:15:04 2005 UTC revision 1.5.2.2 by gnu_andrew, Mon Jan 31 03:10:46 2005 UTC
# Line 55  public class LocaleInformation_hi extend Line 55  public class LocaleInformation_hi extend
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_hi extend Line 73  public class LocaleInformation_hi extend
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 149  public class LocaleInformation_hi extend Line 149  public class LocaleInformation_hi extend
149    
150    private static final String[][] zoneStrings =    private static final String[][] zoneStrings =
151    {    {
152      { "IST", "\u092d\u093e\u0930\u0924\u0940\u092f \u0938\u092e\u092f", "IST", "\u092d\u093e\u0930\u0924\u0940\u092f \u0938\u092e\u092f",  "Asia/Calcutta" },      {  "Asia/Calcutta", "IST", "\u092d\u093e\u0930\u0924\u0940\u092f \u0938\u092e\u092f", "IST", "\u092d\u093e\u0930\u0924\u0940\u092f \u0938\u092e\u092f"},
153    };    };
154    
155    private static final String territoriesKeys = "TJ|TH|TG|GY|TD|GW|GT|GR|SZ|SY|SV|ST|SR|SO|SN|SM|SL|SK|SI|SG|SE|SD|SA|FR|RW|RU|FJ|FI|RO|ET|ES|ER|EH|EG|EE|EC|DZ|QA|DO|PY|DM|DK|DJ|PT|DE|PL|PK|PH|PG|CZ|PE|CY|CV|PA|CU|CR|CO|CN|CM|CL|CI|CH|CG|CF|CC|CA|BZ|BY|BW|BT|BS|BR|BO|BN|BJ|BI|BH|BG|BF|BE|BD|BB|ZW|BA|AZ|ZM|AU|AT|AR|MZ|AO|MY|MX|AM|MW|AL|MV|ZA|MU|MT|MR|AG|AF|AE|AD|MN|MM|ML|MK|MG|MD|MC|MA|YE|LY|LV|LU|LT|LS|LR|LK|LI|LC|LB|LA|KZ|KW|KR|KP|KN|KM|KH|KG|KE|JP|JO|JM|VU|VN|VI|VG|VE|VA|IT|IS|IR|IQ|UZ|UY|IN|IL|US|IE|ID|UG|UA|HU|HT|HR|TZ|HN|TW|TV|TT|TR|TO|TN|TM";    private static final String territoriesKeys = "TJ\u00A6TH\u00A6TG\u00A6GY\u00A6TD\u00A6GW\u00A6GT\u00A6GR\u00A6SZ\u00A6SY\u00A6SV\u00A6ST\u00A6SR\u00A6SO\u00A6SN\u00A6SM\u00A6SL\u00A6SK\u00A6SI\u00A6SG\u00A6SE\u00A6SD\u00A6SA\u00A6FR\u00A6RW\u00A6RU\u00A6FJ\u00A6FI\u00A6RO\u00A6ET\u00A6ES\u00A6ER\u00A6EH\u00A6EG\u00A6EE\u00A6EC\u00A6DZ\u00A6QA\u00A6DO\u00A6PY\u00A6DM\u00A6DK\u00A6DJ\u00A6PT\u00A6DE\u00A6PL\u00A6PK\u00A6PH\u00A6PG\u00A6CZ\u00A6PE\u00A6CY\u00A6CV\u00A6PA\u00A6CU\u00A6CR\u00A6CO\u00A6CN\u00A6CM\u00A6CL\u00A6CI\u00A6CH\u00A6CG\u00A6CF\u00A6CC\u00A6CA\u00A6BZ\u00A6BY\u00A6BW\u00A6BT\u00A6BS\u00A6BR\u00A6BO\u00A6BN\u00A6BJ\u00A6BI\u00A6BH\u00A6BG\u00A6BF\u00A6BE\u00A6BD\u00A6BB\u00A6ZW\u00A6BA\u00A6AZ\u00A6ZM\u00A6AU\u00A6AT\u00A6AR\u00A6MZ\u00A6AO\u00A6MY\u00A6MX\u00A6AM\u00A6MW\u00A6AL\u00A6MV\u00A6ZA\u00A6MU\u00A6MT\u00A6MR\u00A6AG\u00A6AF\u00A6AE\u00A6AD\u00A6MN\u00A6MM\u00A6ML\u00A6MK\u00A6MG\u00A6MD\u00A6MC\u00A6MA\u00A6YE\u00A6LY\u00A6LV\u00A6LU\u00A6LT\u00A6LS\u00A6LR\u00A6LK\u00A6LI\u00A6LC\u00A6LB\u00A6LA\u00A6KZ\u00A6KW\u00A6KR\u00A6KP\u00A6KN\u00A6KM\u00A6KH\u00A6KG\u00A6KE\u00A6JP\u00A6JO\u00A6JM\u00A6VU\u00A6VN\u00A6VI\u00A6VG\u00A6VE\u00A6VA\u00A6IT\u00A6IS\u00A6IR\u00A6IQ\u00A6UZ\u00A6UY\u00A6IN\u00A6IL\u00A6US\u00A6IE\u00A6ID\u00A6UG\u00A6UA\u00A6HU\u00A6HT\u00A6HR\u00A6TZ\u00A6HN\u00A6TW\u00A6TV\u00A6TT\u00A6TR\u00A6TO\u00A6TN\u00A6TM";
156    
157    private static final String territoriesValues = "\u0924\u093e\u091c\u093f\u0915\u093f\u0938\u094d\u0924\u093e\u0928|\u0925\u093e\u0907\u0932\u0948\u0902\u0921|\u091f\u094b\u0917\u094b|\u0917\u0941\u092f\u093e\u0928\u093e|\u091a\u093e\u0921|\u0917\u0940\u0928\u0940-\u092c\u093f\u0938\u093e\u0909|\u0917\u094b\u0924\u0947\u0926\u093e\u0932\u093e|\u0917\u094d\u0930\u0940\u0938|\u0938\u0941\u0906\u091c\u0940\u0932\u0948\u0902\u0921|\u0938\u0940\u0930\u093f\u092f\u093e|\u0905\u0932 \u0938\u093e\u0932\u094d\u0935\u093e\u0921\u094b\u0930|\u0938\u093e\u0909-\u0924\u094b\u092e-\u092a\u094d\u0930\u093f\u0902\u0938\u093f\u092a|\u0938\u0941\u0930\u093f\u0928\u093e\u092e|\u0938\u094b\u092e\u093e\u0932\u093f\u092f\u093e|\u0938\u0947\u0928\u0947\u0917\u0932|\u0938\u0948\u0928 \u092e\u0947\u0930\u0940\u0928\u094b|\u0938\u093f\u092f\u0930\u093e\u0932\u0947\u0913\u0928|\u0938\u094d\u0932\u094b\u0935\u093e\u0915\u093f\u092f\u093e|\u0938\u094d\u0932\u094b\u0935\u0947\u0928\u093f\u092f\u093e|\u0938\u093f\u0902\u0917\u093e\u092a\u0941\u0930|\u0938\u094d\u0935\u0940\u0921\u0928|\u0938\u0942\u0921\u093e\u0928|\u0938\u090a\u0926\u0940 \u0905\u0930\u092c|\u092b\u094d\u0930\u093e\u0902\u0938|\u0930\u0942\u0906\u0923\u094d\u0921\u093e|\u0930\u0942\u0938|\u092b\u093f\u091c\u0940|\u092b\u093f\u0928\u0932\u0948\u0902\u0921|\u0930\u094b\u092e\u093e\u0928\u093f\u092f\u093e|\u0907\u0925\u093f\u092f\u094b\u092a\u093f\u092f\u093e|\u0938\u094d\u092a\u0947\u0928|\u0907\u0930\u093f\u091f\u094d\u0930\u093f\u092f\u093e|\u092a\u0936\u094d\u091a\u093f\u092e\u0940 \u0938\u0939\u093e\u0930\u093e|\u092e\u093f\u0938\u094d\u0930|\u090f\u0938\u094d\u091f\u094b\u0928\u093f\u092f\u093e|\u0907\u0915\u094d\u0935\u093e\u0921\u094b\u0930|\u0905\u0932\u094d\u091c\u0940\u0930\u093f\u092f\u093e|\u0915\u0924\u0930|\u0921\u094b\u092e\u093f\u0928\u093f\u0915\u0928 \u0917\u0923\u0930\u093e\u091c\u094d\u092f|\u092a\u093e\u0930\u093e\u0917\u0941\u090f|\u0921\u094b\u092e\u093f\u0928\u093f\u0915\u093e|\u0921\u0947\u0928\u092e\u093e\u0930\u094d\u0915|\u091c\u093f\u092c\u0942\u0924\u0940|\u092a\u0941\u0930\u094d\u0924\u0917\u093e\u0932|\u091c\u0930\u094d\u092e\u0928\u0940|\u092a\u094b\u0932\u0948\u0902\u0921|\u092a\u093e\u0915\u093f\u0938\u094d\u0924\u093e\u0928|\u092b\u093f\u0932\u0940\u092a\u093f\u0902\u0938|\u092a\u093e\u092a\u0941\u0906 \u0928\u094d\u092f\u0942 \u0917\u093f\u0928\u0940|\u091a\u0947\u0915 \u0917\u0923\u0930\u093e\u091c\u094d\u092f|\u092a\u0947\u0930\u0942|\u0938\u093e\u0907\u092a\u094d\u0930\u0938|\u0915\u0948\u092a \u0935\u0930\u094d\u0924|\u092a\u0928\u093e\u092e\u093e|\u0915\u094d\u092f\u0942\u092c\u093e|\u0915\u094b\u0938\u094d\u091f\u093e\u0930\u0940\u0915\u093e|\u0915\u094b\u0932\u092e\u094d\u092c\u093f\u092f\u093e|\u091a\u0940\u0928|\u0915\u093e\u092e\u0947\u0930\u093e\u0928|\u091a\u093f\u0932\u0940|\u0906\u0908\u0935\u0930\u0940 \u0915\u094b\u0938\u094d\u091f|\u0938\u094d\u0935\u093f\u0938|\u0915\u093e\u0902\u0917\u094b|\u0938\u0947\u0902\u091f\u094d\u0930\u0932 \u0905\u092b\u094d\u0930\u0940\u0915\u0928 \u0930\u093f\u092a\u092c\u094d\u0932\u093f\u0915|\u0915\u093f\u0902\u0936\u093e\u0938\u093e|\u0915\u0928\u093e\u0921\u093e|\u092c\u0947\u0932\u093f\u091c|\u092c\u0947\u0932\u093e\u0930\u0942\u0938|\u092c\u094b\u0924\u094d\u0938\u094d\u0935\u093e\u0928\u093e|\u092d\u0942\u091f\u093e\u0928|\u092c\u0939\u093e\u092e\u093e|\u092c\u094d\u0930\u093e\u091c\u0940\u0932|\u092c\u094b\u0932\u0940\u0935\u093f\u092f\u093e|\u092c\u094d\u0930\u0942\u0928\u0907|\u092c\u0947\u0928\u093f\u0928|\u092c\u0941\u0930\u0941\u0902\u0921\u0940|\u092c\u0939\u0930\u0948\u0928|\u092c\u0941\u0932\u094d\u0917\u093e\u0930\u093f\u092f\u093e|\u092c\u0930\u094d\u0915\u093f\u0928\u093e \u092b\u093e\u0938\u094b|\u092c\u0947\u0932\u094d\u091c\u093f\u092f\u092e|\u092c\u0902\u0917\u0932\u093e\u0926\u0947\u0936|\u092c\u093e\u0930\u092c\u093e\u0921\u094b\u0938|\u091c\u093f\u092e\u094d\u092c\u093e\u092c\u094d\u0935\u0947|\u092c\u094b\u0938\u0928\u093f\u092f\u093e \u0939\u0930\u094d\u091c\u093f\u0917\u094b\u0935\u093f\u0928\u093e|\u0905\u091c\u0930\u092c\u0948\u091c\u093e\u0928|\u091c\u093e\u092e\u094d\u092c\u093f\u092f\u093e|\u0911\u0938\u094d\u091f\u094d\u0930\u0947\u0932\u093f\u092f\u093e|\u0911\u0938\u094d\u091f\u094d\u0930\u093f\u092f\u093e|\u0905\u0930\u094d\u091c\u0947\u0928\u094d\u091f\u0940\u0928\u093e|\u092e\u094b\u091c\u093e\u092e\u094d\u092c\u093f\u0915|\u0905\u0902\u0917\u094b\u0932\u093e|\u092e\u0932\u0947\u0936\u093f\u092f\u093e|\u092e\u0947\u0915\u094d\u0938\u093f\u0915\u094b|\u0906\u0930\u094d\u092e\u0947\u0928\u093f\u092f\u093e|\u092e\u0932\u093e\u0935\u0940|\u0905\u0932\u094d\u092c\u093e\u0928\u093f\u092f\u093e|\u092e\u093e\u0932\u0926\u0940\u0935|\u0926\u0915\u094d\u0937\u093f\u0923 \u0905\u092b\u094d\u0930\u0940\u0915\u093e|\u092e\u094c\u0930\u093f\u0938|\u092e\u093e\u0932\u094d\u091f\u093e|\u092e\u0949\u0930\u093f\u091f\u093e\u0928\u093f\u092f\u093e|\u090f\u0928\u094d\u091f\u093f\u0917\u0941\u0935\u093e \u0914\u0930 \u092c\u093e\u0930\u092c\u0942\u0921\u093e|\u0905\u092b\u0917\u093e\u0928\u093f\u0938\u094d\u0924\u093e\u0928|\u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0905\u0930\u092c \u0905\u092e\u0940\u0930\u093e\u0924|\u0905\u0928\u094d\u0921\u094b\u0930\u093e|\u092e\u0902\u0917\u094b\u0932\u093f\u092f\u093e|\u092e\u094d\u092f\u093e\u0928\u092e\u093e\u0930|\u092e\u093e\u0932\u0940|\u092e\u0948\u0938\u0947\u0921\u094b\u0928\u093f\u092f\u093e|\u092e\u0926\u093e\u0917\u093e\u0938\u094d\u0915\u0930|\u092e\u094b\u0932\u094d\u0921\u093e\u0935\u093f\u092f\u093e|\u092e\u094b\u0928\u093e\u0915\u094b|\u092e\u094b\u0930\u0915\u094d\u0915\u094b|\u092f\u092e\u0928|\u0932\u0940\u092c\u093f\u092f\u093e|\u0932\u093e\u0924\u094d\u0935\u093f\u092f\u093e|\u0932\u0915\u094d\u0938\u092e\u092c\u0930\u094d\u0917|\u0932\u093f\u0925\u0941\u0906\u0928\u093f\u092f\u093e|\u0932\u0947\u0938\u094b\u0925\u094b|\u0932\u093e\u0907\u092c\u0947\u0930\u093f\u092f\u093e|\u0936\u094d\u0930\u0940\u0932\u0902\u0915\u093e|\u0932\u093f\u0915\u091f\u0947\u0902\u0938\u094d\u091f\u0940\u0928|\u0938\u0947\u0902\u091f \u0932\u0942\u0938\u093f\u092f\u093e|\u0932\u0947\u092c\u0928\u093e\u0928|\u0932\u093e\u0913\u0938|\u0915\u091c\u093e\u0916\u0938\u094d\u0924\u093e\u0928|\u0915\u0941\u0935\u0948\u0924|\u0926\u0915\u094d\u0937\u093f\u0923 \u0915\u094b\u0930\u093f\u092f\u093e|\u0909\u0924\u094d\u0924\u0930 \u0915\u094b\u0930\u093f\u092f\u093e|\u0938\u0947\u0902\u091f \u0915\u093f\u091f\u094d\u0938 \u0914\u0930 \u0928\u0947\u0935\u093f\u0938|\u0915\u094b\u092e\u094b\u0930\u0938|\u0915\u092e\u094d\u092c\u094b\u0921\u093f\u092f\u093e|\u0915\u093f\u0930\u094d\u0917\u093f\u091c|\u0915\u0947\u0928\u094d\u092f\u093e|\u091c\u093e\u092a\u093e\u0928|\u091c\u094b\u0930\u094d\u0921\u0928|\u091c\u092e\u093e\u0907\u0915\u093e|\u0935\u093e\u0928\u0941\u0905\u0924\u0941|\u0935\u093f\u092f\u0924\u0928\u093e\u092e|\u0908\u0909, \u090f\u0938 \u0935\u0930\u094d\u091c\u0940\u0928 \u0906\u0908\u0932\u0948\u0902\u0921\u0938\u094d|\u092c\u094d\u0930\u093f\u091f\u093f\u0936 \u0935\u0930\u094d\u091c\u0940\u0928 \u090c\u0908\u0932\u0948\u0902\u0921\u0938\u094d|\u0935\u0947\u0928\u0947\u091c\u0941\u090f\u0932\u093e|\u0935\u0948\u091f\u093f\u0915\u0928|\u0907\u091f\u0932\u0940|\u0906\u0907\u0938\u0932\u0948\u0902\u0921|\u0908\u0930\u093e\u0928|\u0907\u0930\u093e\u0915|\u0909\u091c\u092c\u0947\u0915\u093f\u0938\u094d\u0924\u093e\u0928|\u092f\u0941\u0930\u0942\u0917\u0941\u090f|\u092d\u093e\u0930\u0924|\u0907\u0938\u0930\u093e\u0907\u0932|\u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0930\u093f\u0915\u093e|\u0906\u092f\u0930\u0932\u0948\u0902\u0921|\u0907\u0902\u0921\u094b\u0928\u0947\u0936\u093f\u092f\u093e|\u092f\u0941\u0917\u093e\u0902\u0921\u093e|\u092f\u0942\u0915\u094d\u0930\u0947\u0928|\u0939\u0902\u0917\u0930\u0940|\u0939\u093e\u0907\u0924\u0940|\u0915\u094d\u0930\u094b\u0936\u093f\u092f\u093e|\u0924\u0902\u091c\u093e\u0928\u093f\u092f\u093e|\u0939\u093e\u0923\u094d\u0921\u0942\u0930\u0938|\u0924\u093e\u0907\u0935\u093e\u0928|\u0924\u0941\u0935\u093e\u0932\u0941|\u091f\u094d\u0930\u093f\u0928\u093f\u0921\u093e\u0921 \u0914\u0930 \u091f\u094b\u092c\u0948\u0917\u094b|\u0924\u0941\u0930\u094d\u0915\u0940|\u091f\u094b\u0902\u0917\u093e|\u0924\u0941\u0928\u093f\u0936\u093f\u092f\u093e|\u0924\u0941\u0930\u094d\u0915\u092e\u0947\u0928\u093f\u0938\u094d\u0924\u093e\u0928";    private static final String territoriesValues = "\u0924\u093e\u091c\u093f\u0915\u093f\u0938\u094d\u0924\u093e\u0928\u00A6\u0925\u093e\u0907\u0932\u0948\u0902\u0921\u00A6\u091f\u094b\u0917\u094b\u00A6\u0917\u0941\u092f\u093e\u0928\u093e\u00A6\u091a\u093e\u0921\u00A6\u0917\u0940\u0928\u0940-\u092c\u093f\u0938\u093e\u0909\u00A6\u0917\u094b\u0924\u0947\u0926\u093e\u0932\u093e\u00A6\u0917\u094d\u0930\u0940\u0938\u00A6\u0938\u0941\u0906\u091c\u0940\u0932\u0948\u0902\u0921\u00A6\u0938\u0940\u0930\u093f\u092f\u093e\u00A6\u0905\u0932 \u0938\u093e\u0932\u094d\u0935\u093e\u0921\u094b\u0930\u00A6\u0938\u093e\u0909-\u0924\u094b\u092e-\u092a\u094d\u0930\u093f\u0902\u0938\u093f\u092a\u00A6\u0938\u0941\u0930\u093f\u0928\u093e\u092e\u00A6\u0938\u094b\u092e\u093e\u0932\u093f\u092f\u093e\u00A6\u0938\u0947\u0928\u0947\u0917\u0932\u00A6\u0938\u0948\u0928 \u092e\u0947\u0930\u0940\u0928\u094b\u00A6\u0938\u093f\u092f\u0930\u093e\u0932\u0947\u0913\u0928\u00A6\u0938\u094d\u0932\u094b\u0935\u093e\u0915\u093f\u092f\u093e\u00A6\u0938\u094d\u0932\u094b\u0935\u0947\u0928\u093f\u092f\u093e\u00A6\u0938\u093f\u0902\u0917\u093e\u092a\u0941\u0930\u00A6\u0938\u094d\u0935\u0940\u0921\u0928\u00A6\u0938\u0942\u0921\u093e\u0928\u00A6\u0938\u090a\u0926\u0940 \u0905\u0930\u092c\u00A6\u092b\u094d\u0930\u093e\u0902\u0938\u00A6\u0930\u0942\u0906\u0923\u094d\u0921\u093e\u00A6\u0930\u0942\u0938\u00A6\u092b\u093f\u091c\u0940\u00A6\u092b\u093f\u0928\u0932\u0948\u0902\u0921\u00A6\u0930\u094b\u092e\u093e\u0928\u093f\u092f\u093e\u00A6\u0907\u0925\u093f\u092f\u094b\u092a\u093f\u092f\u093e\u00A6\u0938\u094d\u092a\u0947\u0928\u00A6\u0907\u0930\u093f\u091f\u094d\u0930\u093f\u092f\u093e\u00A6\u092a\u0936\u094d\u091a\u093f\u092e\u0940 \u0938\u0939\u093e\u0930\u093e\u00A6\u092e\u093f\u0938\u094d\u0930\u00A6\u090f\u0938\u094d\u091f\u094b\u0928\u093f\u092f\u093e\u00A6\u0907\u0915\u094d\u0935\u093e\u0921\u094b\u0930\u00A6\u0905\u0932\u094d\u091c\u0940\u0930\u093f\u092f\u093e\u00A6\u0915\u0924\u0930\u00A6\u0921\u094b\u092e\u093f\u0928\u093f\u0915\u0928 \u0917\u0923\u0930\u093e\u091c\u094d\u092f\u00A6\u092a\u093e\u0930\u093e\u0917\u0941\u090f\u00A6\u0921\u094b\u092e\u093f\u0928\u093f\u0915\u093e\u00A6\u0921\u0947\u0928\u092e\u093e\u0930\u094d\u0915\u00A6\u091c\u093f\u092c\u0942\u0924\u0940\u00A6\u092a\u0941\u0930\u094d\u0924\u0917\u093e\u0932\u00A6\u091c\u0930\u094d\u092e\u0928\u0940\u00A6\u092a\u094b\u0932\u0948\u0902\u0921\u00A6\u092a\u093e\u0915\u093f\u0938\u094d\u0924\u093e\u0928\u00A6\u092b\u093f\u0932\u0940\u092a\u093f\u0902\u0938\u00A6\u092a\u093e\u092a\u0941\u0906 \u0928\u094d\u092f\u0942 \u0917\u093f\u0928\u0940\u00A6\u091a\u0947\u0915 \u0917\u0923\u0930\u093e\u091c\u094d\u092f\u00A6\u092a\u0947\u0930\u0942\u00A6\u0938\u093e\u0907\u092a\u094d\u0930\u0938\u00A6\u0915\u0948\u092a \u0935\u0930\u094d\u0924\u00A6\u092a\u0928\u093e\u092e\u093e\u00A6\u0915\u094d\u092f\u0942\u092c\u093e\u00A6\u0915\u094b\u0938\u094d\u091f\u093e\u0930\u0940\u0915\u093e\u00A6\u0915\u094b\u0932\u092e\u094d\u092c\u093f\u092f\u093e\u00A6\u091a\u0940\u0928\u00A6\u0915\u093e\u092e\u0947\u0930\u093e\u0928\u00A6\u091a\u093f\u0932\u0940\u00A6\u0906\u0908\u0935\u0930\u0940 \u0915\u094b\u0938\u094d\u091f\u00A6\u0938\u094d\u0935\u093f\u0938\u00A6\u0915\u093e\u0902\u0917\u094b\u00A6\u0938\u0947\u0902\u091f\u094d\u0930\u0932 \u0905\u092b\u094d\u0930\u0940\u0915\u0928 \u0930\u093f\u092a\u092c\u094d\u0932\u093f\u0915\u00A6\u0915\u093f\u0902\u0936\u093e\u0938\u093e\u00A6\u0915\u0928\u093e\u0921\u093e\u00A6\u092c\u0947\u0932\u093f\u091c\u00A6\u092c\u0947\u0932\u093e\u0930\u0942\u0938\u00A6\u092c\u094b\u0924\u094d\u0938\u094d\u0935\u093e\u0928\u093e\u00A6\u092d\u0942\u091f\u093e\u0928\u00A6\u092c\u0939\u093e\u092e\u093e\u00A6\u092c\u094d\u0930\u093e\u091c\u0940\u0932\u00A6\u092c\u094b\u0932\u0940\u0935\u093f\u092f\u093e\u00A6\u092c\u094d\u0930\u0942\u0928\u0907\u00A6\u092c\u0947\u0928\u093f\u0928\u00A6\u092c\u0941\u0930\u0941\u0902\u0921\u0940\u00A6\u092c\u0939\u0930\u0948\u0928\u00A6\u092c\u0941\u0932\u094d\u0917\u093e\u0930\u093f\u092f\u093e\u00A6\u092c\u0930\u094d\u0915\u093f\u0928\u093e \u092b\u093e\u0938\u094b\u00A6\u092c\u0947\u0932\u094d\u091c\u093f\u092f\u092e\u00A6\u092c\u0902\u0917\u0932\u093e\u0926\u0947\u0936\u00A6\u092c\u093e\u0930\u092c\u093e\u0921\u094b\u0938\u00A6\u091c\u093f\u092e\u094d\u092c\u093e\u092c\u094d\u0935\u0947\u00A6\u092c\u094b\u0938\u0928\u093f\u092f\u093e \u0939\u0930\u094d\u091c\u093f\u0917\u094b\u0935\u093f\u0928\u093e\u00A6\u0905\u091c\u0930\u092c\u0948\u091c\u093e\u0928\u00A6\u091c\u093e\u092e\u094d\u092c\u093f\u092f\u093e\u00A6\u0911\u0938\u094d\u091f\u094d\u0930\u0947\u0932\u093f\u092f\u093e\u00A6\u0911\u0938\u094d\u091f\u094d\u0930\u093f\u092f\u093e\u00A6\u0905\u0930\u094d\u091c\u0947\u0928\u094d\u091f\u0940\u0928\u093e\u00A6\u092e\u094b\u091c\u093e\u092e\u094d\u092c\u093f\u0915\u00A6\u0905\u0902\u0917\u094b\u0932\u093e\u00A6\u092e\u0932\u0947\u0936\u093f\u092f\u093e\u00A6\u092e\u0947\u0915\u094d\u0938\u093f\u0915\u094b\u00A6\u0906\u0930\u094d\u092e\u0947\u0928\u093f\u092f\u093e\u00A6\u092e\u0932\u093e\u0935\u0940\u00A6\u0905\u0932\u094d\u092c\u093e\u0928\u093f\u092f\u093e\u00A6\u092e\u093e\u0932\u0926\u0940\u0935\u00A6\u0926\u0915\u094d\u0937\u093f\u0923 \u0905\u092b\u094d\u0930\u0940\u0915\u093e\u00A6\u092e\u094c\u0930\u093f\u0938\u00A6\u092e\u093e\u0932\u094d\u091f\u093e\u00A6\u092e\u0949\u0930\u093f\u091f\u093e\u0928\u093f\u092f\u093e\u00A6\u090f\u0928\u094d\u091f\u093f\u0917\u0941\u0935\u093e \u0914\u0930 \u092c\u093e\u0930\u092c\u0942\u0921\u093e\u00A6\u0905\u092b\u0917\u093e\u0928\u093f\u0938\u094d\u0924\u093e\u0928\u00A6\u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0905\u0930\u092c \u0905\u092e\u0940\u0930\u093e\u0924\u00A6\u0905\u0928\u094d\u0921\u094b\u0930\u093e\u00A6\u092e\u0902\u0917\u094b\u0932\u093f\u092f\u093e\u00A6\u092e\u094d\u092f\u093e\u0928\u092e\u093e\u0930\u00A6\u092e\u093e\u0932\u0940\u00A6\u092e\u0948\u0938\u0947\u0921\u094b\u0928\u093f\u092f\u093e\u00A6\u092e\u0926\u093e\u0917\u093e\u0938\u094d\u0915\u0930\u00A6\u092e\u094b\u0932\u094d\u0921\u093e\u0935\u093f\u092f\u093e\u00A6\u092e\u094b\u0928\u093e\u0915\u094b\u00A6\u092e\u094b\u0930\u0915\u094d\u0915\u094b\u00A6\u092f\u092e\u0928\u00A6\u0932\u0940\u092c\u093f\u092f\u093e\u00A6\u0932\u093e\u0924\u094d\u0935\u093f\u092f\u093e\u00A6\u0932\u0915\u094d\u0938\u092e\u092c\u0930\u094d\u0917\u00A6\u0932\u093f\u0925\u0941\u0906\u0928\u093f\u092f\u093e\u00A6\u0932\u0947\u0938\u094b\u0925\u094b\u00A6\u0932\u093e\u0907\u092c\u0947\u0930\u093f\u092f\u093e\u00A6\u0936\u094d\u0930\u0940\u0932\u0902\u0915\u093e\u00A6\u0932\u093f\u0915\u091f\u0947\u0902\u0938\u094d\u091f\u0940\u0928\u00A6\u0938\u0947\u0902\u091f \u0932\u0942\u0938\u093f\u092f\u093e\u00A6\u0932\u0947\u092c\u0928\u093e\u0928\u00A6\u0932\u093e\u0913\u0938\u00A6\u0915\u091c\u093e\u0916\u0938\u094d\u0924\u093e\u0928\u00A6\u0915\u0941\u0935\u0948\u0924\u00A6\u0926\u0915\u094d\u0937\u093f\u0923 \u0915\u094b\u0930\u093f\u092f\u093e\u00A6\u0909\u0924\u094d\u0924\u0930 \u0915\u094b\u0930\u093f\u092f\u093e\u00A6\u0938\u0947\u0902\u091f \u0915\u093f\u091f\u094d\u0938 \u0914\u0930 \u0928\u0947\u0935\u093f\u0938\u00A6\u0915\u094b\u092e\u094b\u0930\u0938\u00A6\u0915\u092e\u094d\u092c\u094b\u0921\u093f\u092f\u093e\u00A6\u0915\u093f\u0930\u094d\u0917\u093f\u091c\u00A6\u0915\u0947\u0928\u094d\u092f\u093e\u00A6\u091c\u093e\u092a\u093e\u0928\u00A6\u091c\u094b\u0930\u094d\u0921\u0928\u00A6\u091c\u092e\u093e\u0907\u0915\u093e\u00A6\u0935\u093e\u0928\u0941\u0905\u0924\u0941\u00A6\u0935\u093f\u092f\u0924\u0928\u093e\u092e\u00A6\u0908\u0909, \u090f\u0938 \u0935\u0930\u094d\u091c\u0940\u0928 \u0906\u0908\u0932\u0948\u0902\u0921\u0938\u094d\u00A6\u092c\u094d\u0930\u093f\u091f\u093f\u0936 \u0935\u0930\u094d\u091c\u0940\u0928 \u090c\u0908\u0932\u0948\u0902\u0921\u0938\u094d\u00A6\u0935\u0947\u0928\u0947\u091c\u0941\u090f\u0932\u093e\u00A6\u0935\u0948\u091f\u093f\u0915\u0928\u00A6\u0907\u091f\u0932\u0940\u00A6\u0906\u0907\u0938\u0932\u0948\u0902\u0921\u00A6\u0908\u0930\u093e\u0928\u00A6\u0907\u0930\u093e\u0915\u00A6\u0909\u091c\u092c\u0947\u0915\u093f\u0938\u094d\u0924\u093e\u0928\u00A6\u092f\u0941\u0930\u0942\u0917\u0941\u090f\u00A6\u092d\u093e\u0930\u0924\u00A6\u0907\u0938\u0930\u093e\u0907\u0932\u00A6\u0938\u0902\u092f\u0941\u0915\u094d\u0924 \u0930\u093e\u091c\u094d\u092f \u0905\u092e\u0930\u093f\u0915\u093e\u00A6\u0906\u092f\u0930\u0932\u0948\u0902\u0921\u00A6\u0907\u0902\u0921\u094b\u0928\u0947\u0936\u093f\u092f\u093e\u00A6\u092f\u0941\u0917\u093e\u0902\u0921\u093e\u00A6\u092f\u0942\u0915\u094d\u0930\u0947\u0928\u00A6\u0939\u0902\u0917\u0930\u0940\u00A6\u0939\u093e\u0907\u0924\u0940\u00A6\u0915\u094d\u0930\u094b\u0936\u093f\u092f\u093e\u00A6\u0924\u0902\u091c\u093e\u0928\u093f\u092f\u093e\u00A6\u0939\u093e\u0923\u094d\u0921\u0942\u0930\u0938\u00A6\u0924\u093e\u0907\u0935\u093e\u0928\u00A6\u0924\u0941\u0935\u093e\u0932\u0941\u00A6\u091f\u094d\u0930\u093f\u0928\u093f\u0921\u093e\u0921 \u0914\u0930 \u091f\u094b\u092c\u0948\u0917\u094b\u00A6\u0924\u0941\u0930\u094d\u0915\u0940\u00A6\u091f\u094b\u0902\u0917\u093e\u00A6\u0924\u0941\u0928\u093f\u0936\u093f\u092f\u093e\u00A6\u0924\u0941\u0930\u094d\u0915\u092e\u0947\u0928\u093f\u0938\u094d\u0924\u093e\u0928";
158    
159    private static final Hashtable territories;    private static final Hashtable territories;
160    static    static
161    {    {
162      territories = new Hashtable();      territories = new Hashtable();
163      Enumeration keys = new StringTokenizer(territoriesKeys, "|");      Enumeration keys = new StringTokenizer(territoriesKeys, "\u00A6");
164      Enumeration values = new StringTokenizer(territoriesValues, "|");      Enumeration values = new StringTokenizer(territoriesValues, "\u00A6");
165      while (keys.hasMoreElements())      while (keys.hasMoreElements())
166        {        {
167           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();
# Line 170  public class LocaleInformation_hi extend Line 170  public class LocaleInformation_hi extend
170        }        }
171    }    }
172    
173    private static final String languagesKeys = "es|ku|eo|ks|en|el|qu|ko|kn|kok|km|kl|kk|wo|raj|ka|dz|jv|pt|ps|de|pl|da|vo|ja|vi|cy|pa|cs|iu|it|co|is|uz|or|ik|ur|om|ca|ie|id|uk|ia|oc|ug|hy|br|hu|bo|bn|hr|bi|tw|bh|bg|tt|no|be|ts|hi|tr|nl|zu|ba|to|he|tn|tl|tk|ha|ne|az|ti|ay|th|tg|na|te|zh|as|ar|ta|gu|my|am|za|mt|ms|gn|sw|mr|sv|gl|su|af|st|mo|ss|mn|sr|sq|ml|ab|mk|aa|so|sn|mi|gd|sm|sl|mg|sk|ga|yo|si|sh|sg|yi|sd|fy|sa|fr|lv|lt|fo|rw|root|ru|lo|fj|ln|fi|ro|rn|rm|fa|la|xh|eu|ky|et";    private static final String languagesKeys = "es\u00A6ku\u00A6eo\u00A6ks\u00A6en\u00A6el\u00A6qu\u00A6ko\u00A6kn\u00A6kok\u00A6km\u00A6kl\u00A6kk\u00A6wo\u00A6raj\u00A6ka\u00A6dz\u00A6jv\u00A6pt\u00A6ps\u00A6de\u00A6pl\u00A6da\u00A6vo\u00A6ja\u00A6vi\u00A6cy\u00A6pa\u00A6cs\u00A6iu\u00A6it\u00A6co\u00A6is\u00A6uz\u00A6or\u00A6ik\u00A6ur\u00A6om\u00A6ca\u00A6ie\u00A6id\u00A6uk\u00A6ia\u00A6oc\u00A6ug\u00A6hy\u00A6br\u00A6hu\u00A6bo\u00A6bn\u00A6hr\u00A6bi\u00A6tw\u00A6bh\u00A6bg\u00A6tt\u00A6no\u00A6be\u00A6ts\u00A6hi\u00A6tr\u00A6nl\u00A6zu\u00A6ba\u00A6to\u00A6he\u00A6tn\u00A6tl\u00A6tk\u00A6ha\u00A6ne\u00A6az\u00A6ti\u00A6ay\u00A6th\u00A6tg\u00A6na\u00A6te\u00A6zh\u00A6as\u00A6ar\u00A6ta\u00A6gu\u00A6my\u00A6am\u00A6za\u00A6mt\u00A6ms\u00A6gn\u00A6sw\u00A6mr\u00A6sv\u00A6gl\u00A6su\u00A6af\u00A6st\u00A6mo\u00A6ss\u00A6mn\u00A6sr\u00A6sq\u00A6ml\u00A6ab\u00A6mk\u00A6aa\u00A6so\u00A6sn\u00A6mi\u00A6gd\u00A6sm\u00A6sl\u00A6mg\u00A6sk\u00A6ga\u00A6yo\u00A6si\u00A6sh\u00A6sg\u00A6yi\u00A6sd\u00A6fy\u00A6sa\u00A6fr\u00A6lv\u00A6lt\u00A6fo\u00A6rw\u00A6root\u00A6ru\u00A6lo\u00A6fj\u00A6ln\u00A6fi\u00A6ro\u00A6rn\u00A6rm\u00A6fa\u00A6la\u00A6xh\u00A6eu\u00A6ky\u00A6et";
174    
175    private static final String languagesValues = "\u0938\u094d\u092a\u0947\u0928\u093f\u0936|\u0915\u0941\u0930\u0926\u0940\u0936|\u090f\u0938\u094d\u092a\u0947\u0930\u093e\u0928\u094d\u0924\u094b|\u0915\u093e\u0936\u094d\u092e\u093f\u0930\u0940|\u0905\u0902\u0917\u094d\u0930\u0947\u091c\u0940|\u0917\u094d\u0930\u0940\u0915|\u0915\u094d\u0935\u0947\u0936\u0941\u0906|\u0915\u094b\u0930\u0940\u092f\u0928\u094d|\u0915\u0928\u094d\u0928\u0921\u093c|\u0915\u094b\u0902\u0915\u0923\u0940|\u0915\u0948\u092e\u094d\u092c\u094b\u0921\u093f\u092f\u0928\u094d|\u0917\u094d\u0930\u0940\u0928\u0932\u0948\u0902\u0921\u093f\u0915|\u0915\u095b\u093e\u0916|\u0935\u094b\u0932\u094b\u092b|\u0930\u093e\u091c\u0947\u0938\u094d\u0925\u093e\u0928\u0940|\u091c\u0949\u0930\u094d\u091c\u0940\u092f\u0928\u094d|\u092d\u0941\u091f\u093e\u0928\u0940|\u091c\u093e\u0935\u093e\u0928\u0940\u0938|\u092a\u0941\u0930\u094d\u0924\u0941\u0917\u0940|\u092a\u0949\u0936\u0924\u094b (\u092a\u0941\u0936\u0924\u094b)|\u095b\u0930\u094d\u092e\u0928|\u092a\u0949\u0932\u093f\u0936|\u0921\u0948\u0928\u0940\u0936|\u0935\u094b\u0932\u093e\u092a\u0941\u0915|\u091c\u093e\u092a\u093e\u0928\u0940|\u0935\u093f\u092f\u0947\u0924\u0928\u093e\u092e\u0940|\u0935\u0947\u0932\u094d\u0936|\u092a\u0902\u091c\u093e\u092c\u0940|\u091a\u0947\u0915|\u0907\u0928\u0942\u0915\u0940\u091f\u0942\u0924\u094d|\u0908\u091f\u093e\u0932\u093f\u092f\u0928\u094d|\u0915\u094b\u0930\u094d\u0938\u0940\u0915\u0928|\u0906\u0908\u0938\u094d\u0932\u0948\u0902\u0921\u093f\u0915\u094d|\u0909\u095b\u092c\u0947\u0915\u094d|\u0909\u0921\u093c\u093f\u092f\u093e|\u0907\u0928\u0941\u092a\u093f\u092f\u093e\u0915\u094d|\u090a\u0930\u094d\u0926\u0941|\u0913\u0930\u094b\u092e\u094b (\u0905\u092b\u093c\u093e\u0928)|\u0915\u093e\u0924\u093e\u0932\u093e\u0928|\u0908\u0928\u094d\u091f\u0930\u0932\u093f\u0902\u0917\u0941\u0907|\u0907\u0928\u094d\u0921\u094b\u0928\u0947\u0936\u093f\u092f\u0928\u094d|\u092f\u0942\u0915\u094d\u0930\u0947\u0928\u093f\u092f\u0928\u094d|\u0908\u0928\u094d\u091f\u0930\u0932\u093f\u0902\u0917\u0941\u0906|\u0913\u0938\u0940\u091f\u093e\u0928|\u0909\u0908\u0918\u0941\u0930|\u0905\u0930\u092e\u0947\u0928\u093f\u092f\u0928\u094d|\u092c\u094d\u0930\u0947\u091f\u0928|\u0939\u0902\u0917\u0947\u0930\u0940|\u0924\u093f\u092c\u094d\u092c\u0924\u0940|\u092c\u0901\u0917\u093e\u0932\u0940|\u0915\u094d\u0930\u094b\u090f\u0936\u0928\u094d|\u092c\u093f\u0938\u094d\u0932\u093e\u092e\u093e|\u091f\u094d\u0935\u0940|\u092c\u093f\u0939\u093e\u0930\u0940|\u092c\u0932\u094d\u0917\u0947\u0930\u093f\u092f\u0928\u094d|\u091f\u093e\u091f\u0930|\u0928\u093e\u0930\u094d\u0935\u0947\u091c\u0940\u092f\u0928\u094d|\u092c\u0948\u0932\u094b\u0930\u0942\u0936\u093f\u092f\u0928\u094d|\u0938\u094b\u0902\u0917\u093e|\u0939\u093f\u0902\u0926\u0940|\u0924\u0941\u0915\u094d\u0930\u0940\u0936|\u0921\u091a\u094d|\u095b\u0941\u0932\u0942|\u092c\u0936\u0959\u093f\u0930|\u091f\u094b\u0902\u0917\u093e|\u0939\u093f\u092c\u094d\u0930\u0940\u090a|\u0938\u0947\u0924\u094d\u0938\u094d\u0935\u093e\u0928\u093e|\u0924\u093e\u0917\u093e\u0932\u094b\u0917|\u0924\u0941\u0915\u094d\u0930\u092e\u0947\u0928|\u0939\u094b\u0909\u0938\u093e|\u0928\u0947\u092a\u093e\u0932\u0940|\u0905\u095b\u0930\u092c\u0948\u0902\u091c\u093e\u0928\u0940|\u0924\u093f\u0917\u094d\u0930\u0940\u0928\u094d\u092f\u093e|\u0906\u092f\u092e\u093e\u0930\u093e|\u0925\u093e\u0908|\u0924\u093e\u091c\u093f\u0915\u094d|\u0928\u093e\u092f\u0930\u0942|\u0924\u0947\u0932\u0947\u0917\u0941|\u091a\u0940\u0928\u0940|\u0905\u0938\u093e\u092e\u0940|\u0905\u0930\u092c\u0940|\u0924\u092e\u093f\u0932|\u0917\u0941\u095b\u0930\u093e\u0924\u0940|\u092c\u0930\u094d\u0932\u093f\u0938|\u0905\u092e\u094d\u0939\u093e\u0930\u093f\u0915\u094d|\u095b\u0941\u0906\u0902\u0917|\u092e\u093e\u0932\u091f\u093f\u0938\u094d|\u092e\u0932\u092f|\u0917\u0941\u0906\u0930\u093e\u0928\u0940|\u0938\u094d\u0935\u093e\u0939\u093f\u0932\u0940|\u092e\u0930\u093e\u0920\u0940|\u0938\u094d\u0935\u093f\u0921\u093f\u0936|\u0917\u0948\u0932\u093f\u0936\u093f\u092f\u0928\u094d|\u0938\u0941\u0928\u094d\u0926\u093e\u0928\u0940\u0938|\u0905\u092b\u094d\u0930\u0940\u0915\u0940|\u0938\u0947\u0938\u094b\u0925\u094b|\u092e\u094b\u0932\u0921\u093e\u0935\u093f\u092f\u0928\u094d|\u0938\u0940\u0938\u094d\u0935\u093e\u091f\u093f|\u092e\u094b\u0902\u0917\u094b\u0932\u093f\u092f\u0928|\u0938\u0930\u094d\u092c\u093f\u092f\u0928\u094d|\u0905\u0932\u094d\u092c\u0947\u0928\u093f\u092f\u0928\u094d|\u092e\u0932\u092f\u093e\u0932\u092e|\u0905\u092c\u094d\u0916\u093e\u095b\u093f\u092f\u0928\u094d|\u092e\u0948\u0938\u0947\u0921\u094b\u0928\u093f\u092f\u0928\u094d|\u0905\u092b\u093c\u093e\u0930|\u0938\u094b\u092e\u093e\u0932\u0940|\u0938\u094b\u0923\u093e|\u092e\u0947\u0913\u0930\u0940|\u0938\u094d\u0915\u093e\u091f\u094d\u0938\u094d \u0917\u093e\u092f\u0947\u0932\u093f\u0915\u094d|\u0938\u093e\u092e\u094b\u0928|\u0938\u094d\u0932\u094b\u0935\u0947\u0928\u093f\u092f\u0928\u094d|\u092e\u093e\u0932\u093e\u0917\u093e\u0938\u0940|\u0938\u094d\u0932\u094b\u0935\u093e\u0915\u094d|\u0906\u0908\u0930\u093f\u0936|\u092f\u094b\u0930\u0942\u092c\u093e|\u0936\u093f\u0902\u0918\u093e\u0932\u0940\u0938\u094d|\u0938\u0947\u0930\u094d\u092c\u094b-\u0915\u094d\u0930\u094b\u090f\u0936\u0928\u094d|\u0938\u093e\u0901\u0917\u094d\u0930\u094b|\u092f\u0947\u0939\u0941\u0926\u0940|\u0938\u093f\u0928\u094d\u0927\u0940|\u092b\u094d\u0930\u0940\u091c\u093c\u0928\u094d|\u0938\u0902\u0938\u094d\u0915\u0943\u0924|\u092b\u094d\u0930\u0947\u0902\u091a|\u0932\u093e\u091f\u0935\u093f\u092f\u0928\u094d (\u0932\u0947\u091f\u094d\u091f\u0940\u0936)|\u0932\u093f\u0925\u0941\u0928\u093f\u092f\u0928\u094d|\u092b\u093f\u0930\u094b\u095b\u0940|\u0915\u093f\u0928\u094d\u092f\u093e\u0930\u0935\u093e\u0923\u094d\u0921\u093e|\u0936\u093f\u0916\u0930|\u0930\u0941\u0938\u0940|\u0932\u093e\u0913\u0925\u0940\u092f\u0928\u094d|\u095e\u0940\u091c\u0940|\u0932\u093f\u0902\u0917\u093e\u0932\u093e|\u092b\u093f\u0928\u093f\u0936|\u0930\u0942\u092e\u093e\u0928\u0940\u092f\u0928\u094d|\u0915\u093f\u0930\u0942\u0928\u094d\u0926\u0940|\u0930\u0939\u0947\u092f\u094d\u091f\u094b-\u0930\u094b\u092e\u093e\u0928\u094d\u0938|\u092a\u0930\u094d\u0936\u093f\u092f\u0928\u094d|\u0932\u0948\u091f\u0940\u0928|\u0937\u094b\u0938\u093e|\u092c\u093e\u0938\u094d\u0915\u094d|\u0915\u093f\u0930\u0918\u093f\u095b|\u0910\u0938\u094d\u0924\u094b\u0928\u093f\u092f\u0928\u094d";    private static final String languagesValues = "\u0938\u094d\u092a\u0947\u0928\u093f\u0936\u00A6\u0915\u0941\u0930\u0926\u0940\u0936\u00A6\u090f\u0938\u094d\u092a\u0947\u0930\u093e\u0928\u094d\u0924\u094b\u00A6\u0915\u093e\u0936\u094d\u092e\u093f\u0930\u0940\u00A6\u0905\u0902\u0917\u094d\u0930\u0947\u091c\u0940\u00A6\u0917\u094d\u0930\u0940\u0915\u00A6\u0915\u094d\u0935\u0947\u0936\u0941\u0906\u00A6\u0915\u094b\u0930\u0940\u092f\u0928\u094d\u00A6\u0915\u0928\u094d\u0928\u0921\u093c\u00A6\u0915\u094b\u0902\u0915\u0923\u0940\u00A6\u0915\u0948\u092e\u094d\u092c\u094b\u0921\u093f\u092f\u0928\u094d\u00A6\u0917\u094d\u0930\u0940\u0928\u0932\u0948\u0902\u0921\u093f\u0915\u00A6\u0915\u095b\u093e\u0916\u00A6\u0935\u094b\u0932\u094b\u092b\u00A6\u0930\u093e\u091c\u0947\u0938\u094d\u0925\u093e\u0928\u0940\u00A6\u091c\u0949\u0930\u094d\u091c\u0940\u092f\u0928\u094d\u00A6\u092d\u0941\u091f\u093e\u0928\u0940\u00A6\u091c\u093e\u0935\u093e\u0928\u0940\u0938\u00A6\u092a\u0941\u0930\u094d\u0924\u0941\u0917\u0940\u00A6\u092a\u0949\u0936\u0924\u094b (\u092a\u0941\u0936\u0924\u094b)\u00A6\u095b\u0930\u094d\u092e\u0928\u00A6\u092a\u0949\u0932\u093f\u0936\u00A6\u0921\u0948\u0928\u0940\u0936\u00A6\u0935\u094b\u0932\u093e\u092a\u0941\u0915\u00A6\u091c\u093e\u092a\u093e\u0928\u0940\u00A6\u0935\u093f\u092f\u0947\u0924\u0928\u093e\u092e\u0940\u00A6\u0935\u0947\u0932\u094d\u0936\u00A6\u092a\u0902\u091c\u093e\u092c\u0940\u00A6\u091a\u0947\u0915\u00A6\u0907\u0928\u0942\u0915\u0940\u091f\u0942\u0924\u094d\u00A6\u0908\u091f\u093e\u0932\u093f\u092f\u0928\u094d\u00A6\u0915\u094b\u0930\u094d\u0938\u0940\u0915\u0928\u00A6\u0906\u0908\u0938\u094d\u0932\u0948\u0902\u0921\u093f\u0915\u094d\u00A6\u0909\u095b\u092c\u0947\u0915\u094d\u00A6\u0909\u0921\u093c\u093f\u092f\u093e\u00A6\u0907\u0928\u0941\u092a\u093f\u092f\u093e\u0915\u094d\u00A6\u090a\u0930\u094d\u0926\u0941\u00A6\u0913\u0930\u094b\u092e\u094b (\u0905\u092b\u093c\u093e\u0928)\u00A6\u0915\u093e\u0924\u093e\u0932\u093e\u0928\u00A6\u0908\u0928\u094d\u091f\u0930\u0932\u093f\u0902\u0917\u0941\u0907\u00A6\u0907\u0928\u094d\u0921\u094b\u0928\u0947\u0936\u093f\u092f\u0928\u094d\u00A6\u092f\u0942\u0915\u094d\u0930\u0947\u0928\u093f\u092f\u0928\u094d\u00A6\u0908\u0928\u094d\u091f\u0930\u0932\u093f\u0902\u0917\u0941\u0906\u00A6\u0913\u0938\u0940\u091f\u093e\u0928\u00A6\u0909\u0908\u0918\u0941\u0930\u00A6\u0905\u0930\u092e\u0947\u0928\u093f\u092f\u0928\u094d\u00A6\u092c\u094d\u0930\u0947\u091f\u0928\u00A6\u0939\u0902\u0917\u0947\u0930\u0940\u00A6\u0924\u093f\u092c\u094d\u092c\u0924\u0940\u00A6\u092c\u0901\u0917\u093e\u0932\u0940\u00A6\u0915\u094d\u0930\u094b\u090f\u0936\u0928\u094d\u00A6\u092c\u093f\u0938\u094d\u0932\u093e\u092e\u093e\u00A6\u091f\u094d\u0935\u0940\u00A6\u092c\u093f\u0939\u093e\u0930\u0940\u00A6\u092c\u0932\u094d\u0917\u0947\u0930\u093f\u092f\u0928\u094d\u00A6\u091f\u093e\u091f\u0930\u00A6\u0928\u093e\u0930\u094d\u0935\u0947\u091c\u0940\u092f\u0928\u094d\u00A6\u092c\u0948\u0932\u094b\u0930\u0942\u0936\u093f\u092f\u0928\u094d\u00A6\u0938\u094b\u0902\u0917\u093e\u00A6\u0939\u093f\u0902\u0926\u0940\u00A6\u0924\u0941\u0915\u094d\u0930\u0940\u0936\u00A6\u0921\u091a\u094d\u00A6\u095b\u0941\u0932\u0942\u00A6\u092c\u0936\u0959\u093f\u0930\u00A6\u091f\u094b\u0902\u0917\u093e\u00A6\u0939\u093f\u092c\u094d\u0930\u0940\u090a\u00A6\u0938\u0947\u0924\u094d\u0938\u094d\u0935\u093e\u0928\u093e\u00A6\u0924\u093e\u0917\u093e\u0932\u094b\u0917\u00A6\u0924\u0941\u0915\u094d\u0930\u092e\u0947\u0928\u00A6\u0939\u094b\u0909\u0938\u093e\u00A6\u0928\u0947\u092a\u093e\u0932\u0940\u00A6\u0905\u095b\u0930\u092c\u0948\u0902\u091c\u093e\u0928\u0940\u00A6\u0924\u093f\u0917\u094d\u0930\u0940\u0928\u094d\u092f\u093e\u00A6\u0906\u092f\u092e\u093e\u0930\u093e\u00A6\u0925\u093e\u0908\u00A6\u0924\u093e\u091c\u093f\u0915\u094d\u00A6\u0928\u093e\u092f\u0930\u0942\u00A6\u0924\u0947\u0932\u0947\u0917\u0941\u00A6\u091a\u0940\u0928\u0940\u00A6\u0905\u0938\u093e\u092e\u0940\u00A6\u0905\u0930\u092c\u0940\u00A6\u0924\u092e\u093f\u0932\u00A6\u0917\u0941\u095b\u0930\u093e\u0924\u0940\u00A6\u092c\u0930\u094d\u0932\u093f\u0938\u00A6\u0905\u092e\u094d\u0939\u093e\u0930\u093f\u0915\u094d\u00A6\u095b\u0941\u0906\u0902\u0917\u00A6\u092e\u093e\u0932\u091f\u093f\u0938\u094d\u00A6\u092e\u0932\u092f\u00A6\u0917\u0941\u0906\u0930\u093e\u0928\u0940\u00A6\u0938\u094d\u0935\u093e\u0939\u093f\u0932\u0940\u00A6\u092e\u0930\u093e\u0920\u0940\u00A6\u0938\u094d\u0935\u093f\u0921\u093f\u0936\u00A6\u0917\u0948\u0932\u093f\u0936\u093f\u092f\u0928\u094d\u00A6\u0938\u0941\u0928\u094d\u0926\u093e\u0928\u0940\u0938\u00A6\u0905\u092b\u094d\u0930\u0940\u0915\u0940\u00A6\u0938\u0947\u0938\u094b\u0925\u094b\u00A6\u092e\u094b\u0932\u0921\u093e\u0935\u093f\u092f\u0928\u094d\u00A6\u0938\u0940\u0938\u094d\u0935\u093e\u091f\u093f\u00A6\u092e\u094b\u0902\u0917\u094b\u0932\u093f\u092f\u0928\u00A6\u0938\u0930\u094d\u092c\u093f\u092f\u0928\u094d\u00A6\u0905\u0932\u094d\u092c\u0947\u0928\u093f\u092f\u0928\u094d\u00A6\u092e\u0932\u092f\u093e\u0932\u092e\u00A6\u0905\u092c\u094d\u0916\u093e\u095b\u093f\u092f\u0928\u094d\u00A6\u092e\u0948\u0938\u0947\u0921\u094b\u0928\u093f\u092f\u0928\u094d\u00A6\u0905\u092b\u093c\u093e\u0930\u00A6\u0938\u094b\u092e\u093e\u0932\u0940\u00A6\u0938\u094b\u0923\u093e\u00A6\u092e\u0947\u0913\u0930\u0940\u00A6\u0938\u094d\u0915\u093e\u091f\u094d\u0938\u094d \u0917\u093e\u092f\u0947\u0932\u093f\u0915\u094d\u00A6\u0938\u093e\u092e\u094b\u0928\u00A6\u0938\u094d\u0932\u094b\u0935\u0947\u0928\u093f\u092f\u0928\u094d\u00A6\u092e\u093e\u0932\u093e\u0917\u093e\u0938\u0940\u00A6\u0938\u094d\u0932\u094b\u0935\u093e\u0915\u094d\u00A6\u0906\u0908\u0930\u093f\u0936\u00A6\u092f\u094b\u0930\u0942\u092c\u093e\u00A6\u0936\u093f\u0902\u0918\u093e\u0932\u0940\u0938\u094d\u00A6\u0938\u0947\u0930\u094d\u092c\u094b-\u0915\u094d\u0930\u094b\u090f\u0936\u0928\u094d\u00A6\u0938\u093e\u0901\u0917\u094d\u0930\u094b\u00A6\u092f\u0947\u0939\u0941\u0926\u0940\u00A6\u0938\u093f\u0928\u094d\u0927\u0940\u00A6\u092b\u094d\u0930\u0940\u091c\u093c\u0928\u094d\u00A6\u0938\u0902\u0938\u094d\u0915\u0943\u0924\u00A6\u092b\u094d\u0930\u0947\u0902\u091a\u00A6\u0932\u093e\u091f\u0935\u093f\u092f\u0928\u094d (\u0932\u0947\u091f\u094d\u091f\u0940\u0936)\u00A6\u0932\u093f\u0925\u0941\u0928\u093f\u092f\u0928\u094d\u00A6\u092b\u093f\u0930\u094b\u095b\u0940\u00A6\u0915\u093f\u0928\u094d\u092f\u093e\u0930\u0935\u093e\u0923\u094d\u0921\u093e\u00A6\u0936\u093f\u0916\u0930\u00A6\u0930\u0941\u0938\u0940\u00A6\u0932\u093e\u0913\u0925\u0940\u092f\u0928\u094d\u00A6\u095e\u0940\u091c\u0940\u00A6\u0932\u093f\u0902\u0917\u093e\u0932\u093e\u00A6\u092b\u093f\u0928\u093f\u0936\u00A6\u0930\u0942\u092e\u093e\u0928\u0940\u092f\u0928\u094d\u00A6\u0915\u093f\u0930\u0942\u0928\u094d\u0926\u0940\u00A6\u0930\u0939\u0947\u092f\u094d\u091f\u094b-\u0930\u094b\u092e\u093e\u0928\u094d\u0938\u00A6\u092a\u0930\u094d\u0936\u093f\u092f\u0928\u094d\u00A6\u0932\u0948\u091f\u0940\u0928\u00A6\u0937\u094b\u0938\u093e\u00A6\u092c\u093e\u0938\u094d\u0915\u094d\u00A6\u0915\u093f\u0930\u0918\u093f\u095b\u00A6\u0910\u0938\u094d\u0924\u094b\u0928\u093f\u092f\u0928\u094d";
176    
177    private static final Hashtable languages;    private static final Hashtable languages;
178    static    static
179    {    {
180      languages = new Hashtable();      languages = new Hashtable();
181      Enumeration keys = new StringTokenizer(languagesKeys, "|");      Enumeration keys = new StringTokenizer(languagesKeys, "\u00A6");
182      Enumeration values = new StringTokenizer(languagesValues, "|");      Enumeration values = new StringTokenizer(languagesValues, "\u00A6");
183      while (keys.hasMoreElements())      while (keys.hasMoreElements())
184        {        {
185           String key = (String) keys.nextElement();           String key = (String) keys.nextElement();

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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