| 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/ii.xml | 6 // * Source File: <path>/common/main/ii.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/ii.xml | |
| 11 */ | |
| 12 ii{ | 9 ii{ |
| 13 ExemplarCharacters{"[ꀀ-ꒌ]"} | 10 ExemplarCharacters{"[ꀀ-ꒌ]"} |
| 14 LocaleScript{ | |
| 15 "Yiii", | |
| 16 } | |
| 17 NumberElements{ | 11 NumberElements{ |
| 18 latn{ | 12 latn{ |
| 19 symbols{ | 13 symbols{ |
| 20 decimal{"."} | 14 decimal{"."} |
| 21 group{","} | 15 group{","} |
| 22 } | 16 } |
| 23 } | 17 } |
| 24 } | 18 } |
| 25 Version{"2.1.6.69"} | 19 Version{"2.1.19.14"} |
| 26 calendar{ | 20 calendar{ |
| 27 gregorian{ | 21 gregorian{ |
| 28 AmPmMarkers{ | 22 AmPmMarkers{ |
| 29 "ꎸꄑ", | 23 "ꎸꄑ", |
| 30 "ꁯꋒ", | 24 "ꁯꋒ", |
| 31 } | 25 } |
| 26 DateTimePatterns{ |
| 27 "h:mm:ss a zzzz", |
| 28 "h:mm:ss a z", |
| 29 "h:mm:ss a", |
| 30 "h:mm a", |
| 31 "y MMMM d, EEEE", |
| 32 "y MMMM d", |
| 33 "y MMM d", |
| 34 "y-MM-dd", |
| 35 "{1} {0}", |
| 36 "{1} {0}", |
| 37 "{1} {0}", |
| 38 "{1} {0}", |
| 39 "{1} {0}", |
| 40 } |
| 32 dayNames{ | 41 dayNames{ |
| 33 format{ | 42 format{ |
| 34 abbreviated{ | 43 abbreviated{ |
| 35 "ꑭꆏ", | 44 "ꑭꆏ", |
| 36 "ꆏꋍ", | 45 "ꆏꋍ", |
| 37 "ꆏꑍ", | 46 "ꆏꑍ", |
| 38 "ꆏꌕ", | 47 "ꆏꌕ", |
| 39 "ꆏꇖ", | 48 "ꆏꇖ", |
| 40 "ꆏꉬ", | 49 "ꆏꉬ", |
| 41 "ꆏꃘ", | 50 "ꆏꃘ", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 } | 147 } |
| 139 zone{ | 148 zone{ |
| 140 dn{"ꃅꄷꄮꈉ"} | 149 dn{"ꃅꄷꄮꈉ"} |
| 141 } | 150 } |
| 142 } | 151 } |
| 143 measurementSystemNames{ | 152 measurementSystemNames{ |
| 144 US{"ꂰꇩ"} | 153 US{"ꂰꇩ"} |
| 145 metric{"ꂰꌬꌠ"} | 154 metric{"ꂰꌬꌠ"} |
| 146 } | 155 } |
| 147 } | 156 } |
| OLD | NEW |