| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 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/collation/he.xml | 6 // * Source File: <path>/common/collation/yi.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/collation/he.xml | 10 * ICU <specials> source: <path>/xml/collation/yi.xml |
| 11 */ | 11 */ |
| 12 he{ | 12 yi{ |
| 13 Version{"2.0.92.44"} | 13 Version{"2.1.6.71"} |
| 14 collations{ | 14 collations{ |
| 15 search{ | 15 search{ |
| 16 Sequence{ | 16 Sequence{ |
| 17 "[normalization on][suppressContractions [เ-ไ ເ-ໄ ꪵ ꪶ ꪹ ꪻ ꪼ]]" | 17 "[normalization on][suppressContractions [เ-ไ ເ-ໄ]]" |
| 18 "&'='<'≠'" | 18 "&'='<'≠'" |
| 19 "&ا" | 19 "&ا" |
| 20 "<<<ﺎ<<<ﺍ" | 20 "<<<ﺎ<<<ﺍ" |
| 21 "<<آ" | 21 "<<آ" |
| 22 "<<<ﺂ<<<ﺁ" | 22 "<<<ﺂ<<<ﺁ" |
| 23 "<<أ" | 23 "<<أ" |
| 24 "<<<ﺄ<<<ﺃ" | 24 "<<<ﺄ<<<ﺃ" |
| 25 "<<إ" | 25 "<<إ" |
| 26 "<<<ﺈ<<<ﺇ" | 26 "<<<ﺈ<<<ﺇ" |
| 27 "&و" | 27 "&و" |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "=ᅫ" | 121 "=ᅫ" |
| 122 "&ᅩᅵ" | 122 "&ᅩᅵ" |
| 123 "=ᅬ" | 123 "=ᅬ" |
| 124 "&ᅮᅴ" | 124 "&ᅮᅴ" |
| 125 "=ᅯ" | 125 "=ᅯ" |
| 126 "&ᅮᅴᅵ" | 126 "&ᅮᅴᅵ" |
| 127 "=ᅰ" | 127 "=ᅰ" |
| 128 "&ᅮᅵ" | 128 "&ᅮᅵ" |
| 129 "=ᅱ" | 129 "=ᅱ" |
| 130 } | 130 } |
| 131 Version{"24"} | 131 Version{"26"} |
| 132 } | 132 } |
| 133 standard{ | 133 standard{ |
| 134 Sequence{ | 134 Sequence{ |
| 135 "[normalization on][reorder Hebr]" | 135 "[normalization on][reorder Hebr]" |
| 136 "&[before 2]''<<׳" | 136 "&[before 2]''<<׳" |
| 137 "&[before 2]'\u0022'<<״" | 137 "&[before 2]'\u0022'<<״" |
| 138 "&ב<בֿ" |
| 139 "&ו<<וּ<<וו<<וי" |
| 140 "&י<<יִ<<יי<<ײַ" |
| 141 "&[before 1]כ<כּ" |
| 142 "&[before 1]פ<פּ" |
| 143 "&פֿ<<<ף" |
| 144 "&ש<שׂ" |
| 145 "&[before 1]ת<תּ" |
| 138 } | 146 } |
| 139 Version{"24"} | 147 Version{"26"} |
| 140 } | 148 } |
| 141 } | 149 } |
| 142 } | 150 } |
| OLD | NEW |