| 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/ff.xml | 6 // * Source File: <path>/common/main/ff.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/ff.xml | |
| 11 */ | |
| 12 ff{ | 9 ff{ |
| 13 AuxExemplarCharacters{"[q v x z]"} | 10 AuxExemplarCharacters{"[q v x z]"} |
| 14 ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k l m n ñ ŋ o p r s t u w y ƴ]"
} | 11 ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k l m n ñ ŋ o p r s t u w y ƴ]"
} |
| 15 ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E F G H I J K L M N Ñ Ŋ O P R S T U W
Y Ƴ]"} | 12 ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E F G H I J K L M N Ñ Ŋ O P R S T U W
Y Ƴ]"} |
| 16 LocaleScript{ | |
| 17 "Latn", | |
| 18 } | |
| 19 NumberElements{ | 13 NumberElements{ |
| 20 latn{ | 14 latn{ |
| 21 patterns{ | 15 patterns{ |
| 22 currencyFormat{"#,##0.00 ¤"} | 16 currencyFormat{"#,##0.00 ¤"} |
| 23 } | 17 } |
| 24 symbols{ | 18 symbols{ |
| 25 decimal{","} | 19 decimal{","} |
| 26 group{" "} | 20 group{" "} |
| 27 } | 21 } |
| 28 } | 22 } |
| 29 } | 23 } |
| 30 Version{"2.1.7.39"} | 24 Version{"2.1.19.14"} |
| 31 calendar{ | 25 calendar{ |
| 32 generic{ | 26 generic{ |
| 33 DateTimePatterns{ | 27 DateTimePatterns{ |
| 34 "HH:mm:ss zzzz", | 28 "HH:mm:ss zzzz", |
| 35 "HH:mm:ss z", | 29 "HH:mm:ss z", |
| 36 "HH:mm:ss", | 30 "HH:mm:ss", |
| 37 "HH:mm", | 31 "HH:mm", |
| 38 "EEEE d MMMM y G", | 32 "EEEE d MMMM y G", |
| 39 "d MMMM y G", | 33 "d MMMM y G", |
| 40 "d MMM, y G", | 34 "d MMM, y G", |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 dn{"Ñalɗi yontere"} | 253 dn{"Ñalɗi yontere"} |
| 260 } | 254 } |
| 261 year{ | 255 year{ |
| 262 dn{"Hitaande"} | 256 dn{"Hitaande"} |
| 263 } | 257 } |
| 264 zone{ | 258 zone{ |
| 265 dn{"Diiwaan waktu"} | 259 dn{"Diiwaan waktu"} |
| 266 } | 260 } |
| 267 } | 261 } |
| 268 } | 262 } |
| OLD | NEW |