| 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/az_Cyrl.xml | 6 // * Source File: <path>/common/main/az_Cyrl.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/az_Cyrl.xml | |
| 11 */ | |
| 12 az_Cyrl{ | 9 az_Cyrl{ |
| 13 %%Parent{"root"} | 10 %%Parent{"root"} |
| 14 AuxExemplarCharacters{"[ц щ ъ ь э ю я]"} | 11 AuxExemplarCharacters{"[ц щ ъ ь э ю я]"} |
| 15 ExemplarCharacters{"[а ә б в г ғ д е ж з и й ј к ҝ л м н о ө п р с т у ү ф х
һ ч ҹ ш ы]"} | 12 ExemplarCharacters{"[а ә б в г ғ д е ж з и й ј к ҝ л м н о ө п р с т у ү ф х
һ ч ҹ ш ы]"} |
| 16 LocaleScript{ | |
| 17 "Cyrl", | |
| 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 exponential{"E"} | 20 exponential{"E"} |
| 27 group{"."} | 21 group{"."} |
| 28 infinity{"∞"} | 22 infinity{"∞"} |
| 29 list{";"} | 23 list{";"} |
| 30 minusSign{"-"} | 24 minusSign{"-"} |
| 31 nan{"NaN"} | 25 nan{"NaN"} |
| 32 perMille{"‰"} | 26 perMille{"‰"} |
| 33 percentSign{"%"} | 27 percentSign{"%"} |
| 34 plusSign{"+"} | 28 plusSign{"+"} |
| 35 } | 29 } |
| 36 } | 30 } |
| 37 } | 31 } |
| 38 Version{"2.1.6.69"} | 32 Version{"2.1.19.14"} |
| 39 calendar{ | 33 calendar{ |
| 40 generic{ | 34 generic{ |
| 41 DateTimePatterns{ | 35 DateTimePatterns{ |
| 42 "HH:mm:ss zzzz", | 36 "HH:mm:ss zzzz", |
| 43 "HH:mm:ss z", | 37 "HH:mm:ss z", |
| 44 "HH:mm:ss", | 38 "HH:mm:ss", |
| 45 "HH:mm", | 39 "HH:mm", |
| 46 "EEEE, d, MMMM, y G", | 40 "EEEE, d, MMMM, y G", |
| 47 "d MMMM, y G", | 41 "d MMMM, y G", |
| 48 "d MMM, y G", | 42 "d MMM, y G", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 } | 134 } |
| 141 } | 135 } |
| 142 } | 136 } |
| 143 delimiters{ | 137 delimiters{ |
| 144 alternateQuotationEnd{"›"} | 138 alternateQuotationEnd{"›"} |
| 145 alternateQuotationStart{"‹"} | 139 alternateQuotationStart{"‹"} |
| 146 quotationEnd{"»"} | 140 quotationEnd{"»"} |
| 147 quotationStart{"«"} | 141 quotationStart{"«"} |
| 148 } | 142 } |
| 149 } | 143 } |
| OLD | NEW |