| 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/yav.xml | 6 // * Source File: <path>/common/main/yav.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/yav.xml | |
| 11 */ | |
| 12 yav{ | 9 yav{ |
| 13 AuxExemplarCharacters{"[g j q r x z]"} | 10 AuxExemplarCharacters{"[g j q r x z]"} |
| 14 ExemplarCharacters{ | 11 ExemplarCharacters{ |
| 15 "[a á à â ǎ ā b c d e é è ɛ {ɛ\u0301} {ɛ\u0300} f h i í ì î ī k l m {mb}
n {n" | 12 "[a á à â ǎ ā b c d e é è ɛ {ɛ\u0301} {ɛ\u0300} f h i í ì î ī k l m {mb}
n {n" |
| 16 "y} ŋ {ŋg} o ó ò ô ǒ ō ɔ {ɔ\u0301} {ɔ\u0300} p s t u ú ù û ǔ ū v w y]" | 13 "y} ŋ {ŋg} o ó ò ô ǒ ō ɔ {ɔ\u0301} {ɔ\u0300} p s t u ú ù û ǔ ū v w y]" |
| 17 } | 14 } |
| 18 ExemplarCharactersIndex{"[A B C D E Ɛ F H I K L M N Ŋ O Ɔ P S T U V W Y]"} | 15 ExemplarCharactersIndex{"[A B C D E Ɛ F H I K L M N Ŋ O Ɔ P S T U V W Y]"} |
| 19 LocaleScript{ | |
| 20 "Latn", | |
| 21 } | |
| 22 NumberElements{ | 16 NumberElements{ |
| 23 latn{ | 17 latn{ |
| 24 patterns{ | 18 patterns{ |
| 25 accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} | 19 accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
| 26 currencyFormat{"#,##0.00 ¤"} | 20 currencyFormat{"#,##0.00 ¤"} |
| 27 decimalFormat{"#,##0.###"} | 21 decimalFormat{"#,##0.###"} |
| 28 percentFormat{"#,##0%"} | 22 percentFormat{"#,##0%"} |
| 29 } | 23 } |
| 30 symbols{ | 24 symbols{ |
| 31 decimal{","} | 25 decimal{","} |
| 32 group{" "} | 26 group{" "} |
| 33 } | 27 } |
| 34 } | 28 } |
| 35 } | 29 } |
| 36 Version{"2.1.6.69"} | 30 Version{"2.1.19.14"} |
| 37 calendar{ | 31 calendar{ |
| 38 generic{ | 32 generic{ |
| 39 DateTimePatterns{ | 33 DateTimePatterns{ |
| 40 "HH:mm:ss zzzz", | 34 "HH:mm:ss zzzz", |
| 41 "HH:mm:ss z", | 35 "HH:mm:ss z", |
| 42 "HH:mm:ss", | 36 "HH:mm:ss", |
| 43 "HH:mm", | 37 "HH:mm", |
| 44 "EEEE d MMMM y G", | 38 "EEEE d MMMM y G", |
| 45 "d MMMM y G", | 39 "d MMMM y G", |
| 46 "d MMM y G", | 40 "d MMM y G", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 dn{"metúk mɔ́sɔ́ndiɛ"} | 247 dn{"metúk mɔ́sɔ́ndiɛ"} |
| 254 } | 248 } |
| 255 year{ | 249 year{ |
| 256 dn{"yɔɔŋ"} | 250 dn{"yɔɔŋ"} |
| 257 } | 251 } |
| 258 zone{ | 252 zone{ |
| 259 dn{"kinúki kisikɛl ɔ́ pitɔŋ"} | 253 dn{"kinúki kisikɛl ɔ́ pitɔŋ"} |
| 260 } | 254 } |
| 261 } | 255 } |
| 262 } | 256 } |
| OLD | NEW |