| 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/zu.xml | 6 // * Source File: <path>/common/main/zu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zu.xml | 10 * ICU <specials> source: <path>/common/main/zu.xml |
| 11 */ | 11 */ |
| 12 zu{ | 12 zu{ |
| 13 Countries{ | 13 Countries{ |
| 14 001{"Umhlaba"} | |
| 15 002{"i-Africa"} | |
| 16 003{"i-North America"} | |
| 17 005{"i-South America"} | |
| 18 009{"i-Oceania"} | |
| 19 011{"i-Western Africa"} | |
| 20 013{"i-Central America"} | |
| 21 014{"i-Eastern Africa"} | |
| 22 015{"i-Northern Africa"} | |
| 23 017{"i-Middle Africa"} | |
| 24 018{"i-Southern Africa"} | |
| 25 019{"Americas"} | |
| 26 021{"i-Northern America"} | |
| 27 029{"i-Caribbean"} | |
| 28 030{"i-Eastern Asia"} | |
| 29 034{"i-Southern Asia"} | |
| 30 035{"i-South-Eastern Asia"} | |
| 31 039{"i-Southern Europe"} | |
| 32 053{"i-Australasia"} | |
| 33 054{"i-Melanesia"} | |
| 34 057{"i-Micronesian Region"} | |
| 35 061{"i-Polynesia"} | |
| 36 142{"i-Asia"} | |
| 37 143{"i-Central Asia"} | |
| 38 145{"i-Western Asia"} | |
| 39 150{"i-Europe"} | |
| 40 151{"i-Eastern Europe"} | |
| 41 154{"i-Northern Europe"} | |
| 42 155{"i-Western Europe"} | |
| 43 419{"i-Latin America"} | 14 419{"i-Latin America"} |
| 44 AC{"i-Ascension Island"} | 15 AC{"i-Ascension Island"} |
| 45 AD{"i-Andorra"} | 16 AD{"i-Andorra"} |
| 46 AE{"i-United Arab Emirates"} | 17 AE{"i-United Arab Emirates"} |
| 47 AF{"i-Afghanistan"} | 18 AF{"i-Afghanistan"} |
| 48 AG{"i-Antigua and Barbuda"} | 19 AG{"i-Antigua and Barbuda"} |
| 49 AI{"i-Anguilla"} | 20 AI{"i-Anguilla"} |
| 50 AL{"i-Albania"} | 21 AL{"i-Albania"} |
| 51 AM{"i-Armenia"} | 22 AM{"i-Armenia"} |
| 52 AN{"i-Netherlands Antilles"} | 23 AN{"i-Netherlands Antilles"} |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 FK{"i-Falkland Islands (Islas Malvinas)"} | 280 FK{"i-Falkland Islands (Islas Malvinas)"} |
| 310 MK{"i-Macedonia (FYROM)"} | 281 MK{"i-Macedonia (FYROM)"} |
| 311 TL{"i-East Timor"} | 282 TL{"i-East Timor"} |
| 312 } | 283 } |
| 313 CountriesShort{ | 284 CountriesShort{ |
| 314 GB{"i-U.K."} | 285 GB{"i-U.K."} |
| 315 US{"i-U.S"} | 286 US{"i-U.S"} |
| 316 } | 287 } |
| 317 Version{"2.1.8.18"} | 288 Version{"2.1.8.18"} |
| 318 } | 289 } |
| OLD | NEW |