| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
| 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>/common/main/en.xml | 10 * ICU <specials> source: <path>/common/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{"Southeast Asia"} | |
| 31 039{"Southern Europe"} | |
| 32 053{"Australasia"} | |
| 33 054{"Melanesia"} | |
| 34 057{"Micronesian Region"} | |
| 35 061{"Polynesia"} | |
| 36 142{"Asia"} | |
| 37 143{"Central Asia"} | |
| 38 145{"Western Asia"} | |
| 39 150{"Europe"} | |
| 40 151{"Eastern Europe"} | |
| 41 154{"Northern Europe"} | |
| 42 155{"Western Europe"} | |
| 43 419{"Latin America"} | 14 419{"Latin America"} |
| 44 AC{"Ascension Island"} | 15 AC{"Ascension Island"} |
| 45 AD{"Andorra"} | 16 AD{"Andorra"} |
| 46 AE{"United Arab Emirates"} | 17 AE{"United Arab Emirates"} |
| 47 AF{"Afghanistan"} | 18 AF{"Afghanistan"} |
| 48 AG{"Antigua & Barbuda"} | 19 AG{"Antigua & Barbuda"} |
| 49 AI{"Anguilla"} | 20 AI{"Anguilla"} |
| 50 AL{"Albania"} | 21 AL{"Albania"} |
| 51 AM{"Armenia"} | 22 AM{"Armenia"} |
| 52 AN{"Netherlands Antilles"} | 23 AN{"Netherlands Antilles"} |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 TL{"East Timor"} | 282 TL{"East Timor"} |
| 312 } | 283 } |
| 313 CountriesShort{ | 284 CountriesShort{ |
| 314 BA{"Bosnia"} | 285 BA{"Bosnia"} |
| 315 GB{"U.K."} | 286 GB{"U.K."} |
| 316 MM{"Myanmar"} | 287 MM{"Myanmar"} |
| 317 US{"U.S."} | 288 US{"U.S."} |
| 318 } | 289 } |
| 319 Version{"2.1.8.87"} | 290 Version{"2.1.8.87"} |
| 320 } | 291 } |
| OLD | NEW |