| 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/nd.xml | 6 // * Source File: <path>/common/main/nd.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/nd.xml | |
| 11 */ | |
| 12 nd{ | 9 nd{ |
| 13 AuxExemplarCharacters{"[r]"} | 10 AuxExemplarCharacters{"[r]"} |
| 14 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q s t u v w x y z]"} | 11 ExemplarCharacters{"[a b c d e f g h i j k l m n o p q s t u v w x y z]"} |
| 15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q S T U V W X Y Z]
"} | 12 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q S T U V W X Y Z]
"} |
| 16 LocaleScript{ | |
| 17 "Latn", | |
| 18 } | |
| 19 NumberElements{ | 13 NumberElements{ |
| 20 latn{ | 14 latn{ |
| 21 patterns{ | 15 patterns{ |
| 22 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} | 16 accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
| 23 currencyFormat{"¤#,##0.00"} | 17 currencyFormat{"¤#,##0.00"} |
| 24 } | 18 } |
| 25 } | 19 } |
| 26 } | 20 } |
| 27 Version{"2.1.6.69"} | 21 Version{"2.1.19.14"} |
| 28 calendar{ | 22 calendar{ |
| 29 generic{ | 23 generic{ |
| 30 DateTimePatterns{ | 24 DateTimePatterns{ |
| 31 "h:mm:ss a zzzz", | 25 "h:mm:ss a zzzz", |
| 32 "h:mm:ss a z", | 26 "h:mm:ss a z", |
| 33 "h:mm:ss a", | 27 "h:mm:ss a", |
| 34 "h:mm a", | 28 "h:mm a", |
| 35 "EEEE, d MMMM y G", | 29 "EEEE, d MMMM y G", |
| 36 "d MMMM y G", | 30 "d MMMM y G", |
| 37 "d MMM y G", | 31 "d MMM y G", |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 dn{"Ilanga leviki"} | 242 dn{"Ilanga leviki"} |
| 249 } | 243 } |
| 250 year{ | 244 year{ |
| 251 dn{"Umnyaka"} | 245 dn{"Umnyaka"} |
| 252 } | 246 } |
| 253 zone{ | 247 zone{ |
| 254 dn{"Isikhathi"} | 248 dn{"Isikhathi"} |
| 255 } | 249 } |
| 256 } | 250 } |
| 257 } | 251 } |
| OLD | NEW |