| 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 LanguagesShort{ | 11 Keys{ |
| 12 en_GB{"UK English"} | 12 colNormalization{"Normalised Sorting"} |
| 13 en_US{"US English"} | |
| 14 } | 13 } |
| 15 Scripts{ | 14 Languages{ |
| 16 Thai{"Thai"} | 15 nds_NL{"West Low German"} |
| 17 } | 16 } |
| 18 Version{"2.1.8.19"} | 17 Types{ |
| 18 colNormalization{ |
| 19 no{"Sort Without Normalisation"} |
| 20 yes{"Sort Unicode Normalised"} |
| 21 } |
| 22 } |
| 23 Version{"2.1.19.79"} |
| 19 } | 24 } |
| OLD | NEW |