| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/en.xml | 6 // * Source File:<path>/common/main/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/en.xml | 10 * ICU <specials> source: <path>/xml/main/en.xml |
| 11 */ | 11 */ |
| 12 en{ | 12 en{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"World"} | |
| 15 002{"Africa"} | |
| 16 003{"North America"} | |
| 17 005{"South America"} | |
| 18 009{"Oceania"} | |
| 19 011{"Western Africa"} | |
| 20 013{"Central America"} | |
| 21 014{"Eastern Africa"} | |
| 22 015{"Northern Africa"} | |
| 23 017{"Middle Africa"} | |
| 24 018{"Southern Africa"} | |
| 25 019{"Americas"} | |
| 26 021{"Northern America"} | |
| 27 029{"Caribbean"} | |
| 28 030{"Eastern Asia"} | |
| 29 034{"Southern Asia"} | |
| 30 035{"South-Eastern Asia"} | |
| 31 039{"Southern Europe"} | |
| 32 053{"Australia and New Zealand"} | |
| 33 054{"Melanesia"} | |
| 34 057{"Micronesian Region"} | |
| 35 061{"Polynesia"} | |
| 36 062{"South-Central Asia"} | |
| 37 142{"Asia"} | |
| 38 143{"Central Asia"} | |
| 39 145{"Western Asia"} | |
| 40 150{"Europe"} | |
| 41 151{"Eastern Europe"} | |
| 42 154{"Northern Europe"} | |
| 43 155{"Western Europe"} | |
| 44 172{"Commonwealth of Independent States"} | |
| 45 200{"Czechoslovakia"} | |
| 46 419{"Latin America"} | 14 419{"Latin America"} |
| 47 830{"Channel Islands"} | |
| 48 AC{"Ascension Island"} | 15 AC{"Ascension Island"} |
| 49 AD{"Andorra"} | 16 AD{"Andorra"} |
| 50 AE{"United Arab Emirates"} | 17 AE{"United Arab Emirates"} |
| 51 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
| 52 AG{"Antigua and Barbuda"} | 19 AG{"Antigua and Barbuda"} |
| 53 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 54 AL{"Albania"} | 21 AL{"Albania"} |
| 55 AM{"Armenia"} | 22 AM{"Armenia"} |
| 56 AN{"Netherlands Antilles"} | 23 AN{"Netherlands Antilles"} |
| 57 AO{"Angola"} | 24 AO{"Angola"} |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 WS{"Samoa"} | 264 WS{"Samoa"} |
| 298 YE{"Yemen"} | 265 YE{"Yemen"} |
| 299 YT{"Mayotte"} | 266 YT{"Mayotte"} |
| 300 ZA{"South Africa"} | 267 ZA{"South Africa"} |
| 301 ZM{"Zambia"} | 268 ZM{"Zambia"} |
| 302 ZW{"Zimbabwe"} | 269 ZW{"Zimbabwe"} |
| 303 ZZ{"Unknown Region"} | 270 ZZ{"Unknown Region"} |
| 304 } | 271 } |
| 305 Version{"2.0.51.59"} | 272 Version{"2.0.51.59"} |
| 306 } | 273 } |
| OLD | NEW |