| 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_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 Keys{ | |
| 12 colCaseLevel{"Case-Sensitive Sorting"} | |
| 13 colNormalization{"Normalised Sorting"} | |
| 14 } | |
| 15 Languages{ | 11 Languages{ |
| 16 wal{"Walamo"} | |
| 17 } | 12 } |
| 18 LanguagesShort{ | 13 LanguagesShort{ |
| 19 en_GB{"UK English"} | 14 en_GB{"UK English"} |
| 20 en_US{"US English"} | 15 en_US{"US English"} |
| 21 } | 16 } |
| 22 Scripts{ | 17 Scripts{ |
| 23 Thai{"Thai"} | 18 Thai{"Thai"} |
| 24 } | 19 } |
| 25 Types{ | |
| 26 colNormalization{ | |
| 27 no{"Sort Without Normalisation"} | |
| 28 yes{"Sort Unicode Normalised"} | |
| 29 } | |
| 30 numbers{ | |
| 31 arabext{"Extended Arabic-Indic Digits"} | |
| 32 fullwide{"Full-Width Digits"} | |
| 33 } | |
| 34 } | |
| 35 Version{"2.1.8.19"} | 20 Version{"2.1.8.19"} |
| 36 } | 21 } |
| OLD | NEW |