| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/seh.xml | 6 // * Source File: <path>/common/main/seh.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/seh.xml | |
| 11 */ | |
| 12 seh{ | 9 seh{ |
| 13 Countries{ | 10 Countries{ |
| 14 AD{"Andorra"} | 11 AD{"Andorra"} |
| 15 AE{"Emirados Árabes Unidos"} | 12 AE{"Emirados Árabes Unidos"} |
| 16 AF{"Afeganistão"} | 13 AF{"Afeganistão"} |
| 17 AG{"Antígua e Barbuda"} | 14 AG{"Antígua e Barbuda"} |
| 18 AI{"Anguilla"} | 15 AI{"Anguilla"} |
| 19 AL{"Albânia"} | 16 AL{"Albânia"} |
| 20 AM{"Armênia"} | 17 AM{"Armênia"} |
| 21 AN{"Antilhas Holandesas"} | 18 AN{"Antilhas Holandesas"} |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 VN{"Vietnã"} | 226 VN{"Vietnã"} |
| 230 VU{"Vanuatu"} | 227 VU{"Vanuatu"} |
| 231 WF{"Wallis e Futuna"} | 228 WF{"Wallis e Futuna"} |
| 232 WS{"Samoa"} | 229 WS{"Samoa"} |
| 233 YE{"Iêmen"} | 230 YE{"Iêmen"} |
| 234 YT{"Mayotte"} | 231 YT{"Mayotte"} |
| 235 ZA{"África do Sul"} | 232 ZA{"África do Sul"} |
| 236 ZM{"Zâmbia"} | 233 ZM{"Zâmbia"} |
| 237 ZW{"Zimbábue"} | 234 ZW{"Zimbábue"} |
| 238 } | 235 } |
| 239 Version{"2.1.6.69"} | 236 Version{"2.1.19.14"} |
| 240 } | 237 } |
| OLD | NEW |