| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 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 } |
| 11 Languages{ | 15 Languages{ |
| 16 wal{"Walamo"} |
| 12 } | 17 } |
| 13 LanguagesShort{ | 18 LanguagesShort{ |
| 14 en_GB{"UK English"} | 19 en_GB{"UK English"} |
| 15 en_US{"US English"} | 20 en_US{"US English"} |
| 16 } | 21 } |
| 17 Scripts{ | 22 Scripts{ |
| 18 Thai{"Thai"} | 23 Thai{"Thai"} |
| 19 } | 24 } |
| 20 Version{"2.0.92.80"} | 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"} |
| 21 } | 36 } |
| OLD | NEW |