| 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/en_GB.xml | 6 // * Source File: <path>/common/main/en_GB.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en_GB{ | 9 en_GB{ |
| 10 %%Parent{"en_001"} | 10 %%Parent{"en_001"} |
| 11 Countries{ | 11 Version{"2.1.19.79"} |
| 12 AG{"Antigua and Barbuda"} | |
| 13 BA{"Bosnia and Herzegovina"} | |
| 14 BL{"Saint Barthélemy"} | |
| 15 EA{"Ceuta and Melilla"} | |
| 16 KN{"Saint Kitts and Nevis"} | |
| 17 LC{"Saint Lucia"} | |
| 18 MF{"Saint Martin"} | |
| 19 PM{"Saint Pierre and Miquelon"} | |
| 20 SH{"Saint Helena"} | |
| 21 SJ{"Svalbard and Jan Mayen"} | |
| 22 ST{"São Tomé and Príncipe"} | |
| 23 TC{"Turks and Caicos Islands"} | |
| 24 TT{"Trinidad and Tobago"} | |
| 25 WF{"Wallis and Futuna"} | |
| 26 } | |
| 27 CountriesShort{ | |
| 28 GB{"UK"} | |
| 29 US{"US"} | |
| 30 } | |
| 31 Version{"2.1.8.19"} | |
| 32 } | 12 } |
| OLD | NEW |