| 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/lu.xml | 6 // * Source File: <path>/common/main/lu.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/lu.xml | |
| 11 */ | |
| 12 lu{ | 9 lu{ |
| 13 AuxExemplarCharacters{"[g r x]"} | 10 AuxExemplarCharacters{"[g r x]"} |
| 14 ExemplarCharacters{ | 11 ExemplarCharacters{ |
| 15 "[a á à b c d e é è ɛ {ɛ\u0301} {ɛ\u0300} f h i í ì j k l m n {ng} {ny}
o ó ò" | 12 "[a á à b c d e é è ɛ {ɛ\u0301} {ɛ\u0300} f h i í ì j k l m n {ng} {ny}
o ó ò" |
| 16 " ɔ {ɔ\u0301} {ɔ\u0300} p {ph} q s {shi} t u ú ù v w y z]" | 13 " ɔ {ɔ\u0301} {ɔ\u0300} p {ph} q s {shi} t u ú ù v w y z]" |
| 17 } | 14 } |
| 18 ExemplarCharactersIndex{"[A B C D E F H I J K L M N O P Q S T U V W Y Z]"} | 15 ExemplarCharactersIndex{"[A B C D E F H I J K L M N O P Q S T U V W Y Z]"} |
| 19 LocaleScript{ | |
| 20 "Latn", | |
| 21 } | |
| 22 NumberElements{ | 16 NumberElements{ |
| 23 latn{ | 17 latn{ |
| 24 patterns{ | 18 patterns{ |
| 25 currencyFormat{"#,##0.00¤"} | 19 currencyFormat{"#,##0.00¤"} |
| 26 decimalFormat{"#,##0.###"} | 20 decimalFormat{"#,##0.###"} |
| 27 } | 21 } |
| 28 symbols{ | 22 symbols{ |
| 29 decimal{","} | 23 decimal{","} |
| 30 group{"."} | 24 group{"."} |
| 31 } | 25 } |
| 32 } | 26 } |
| 33 } | 27 } |
| 34 Version{"2.1.6.69"} | 28 Version{"2.1.19.14"} |
| 35 calendar{ | 29 calendar{ |
| 36 generic{ | 30 generic{ |
| 37 DateTimePatterns{ | 31 DateTimePatterns{ |
| 38 "HH:mm:ss zzzz", | 32 "HH:mm:ss zzzz", |
| 39 "HH:mm:ss z", | 33 "HH:mm:ss z", |
| 40 "HH:mm:ss", | 34 "HH:mm:ss", |
| 41 "HH:mm", | 35 "HH:mm", |
| 42 "EEEE d MMMM y G", | 36 "EEEE d MMMM y G", |
| 43 "d MMMM y G", | 37 "d MMMM y G", |
| 44 "d MMM y G", | 38 "d MMM y G", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 dn{"Dituku dia lubingu"} | 261 dn{"Dituku dia lubingu"} |
| 268 } | 262 } |
| 269 year{ | 263 year{ |
| 270 dn{"Tshidimu"} | 264 dn{"Tshidimu"} |
| 271 } | 265 } |
| 272 zone{ | 266 zone{ |
| 273 dn{"Nzeepu"} | 267 dn{"Nzeepu"} |
| 274 } | 268 } |
| 275 } | 269 } |
| 276 } | 270 } |
| OLD | NEW |