| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 ZW{"i-Zimbabwe"} | 273 ZW{"i-Zimbabwe"} |
| 303 ZZ{"iSifunda esingaziwa"} | 274 ZZ{"iSifunda esingaziwa"} |
| 304 } | 275 } |
| 305 CountriesShort{ | 276 CountriesShort{ |
| 306 HK{"i-Hong Kong"} | 277 HK{"i-Hong Kong"} |
| 307 MO{"i-Macau"} | 278 MO{"i-Macau"} |
| 308 PS{"i-Phalestine"} | 279 PS{"i-Phalestine"} |
| 309 } | 280 } |
| 310 Version{"2.0.92.87"} | 281 Version{"2.0.92.87"} |
| 311 } | 282 } |
| OLD | NEW |