]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
729e4ab9 | 3 | // * Copyright (C) 2010 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/collation/root.xml |
374ca955 A |
7 | // * |
8 | // *************************************************************************** | |
9 | /** | |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/collation/root.xml |
374ca955 A |
11 | */ |
12 | root{ | |
73c04bcf | 13 | UCARules:process(uca_rules){"../unidata/UCARules.txt"} |
729e4ab9 | 14 | Version{"2.0.51.25"} |
374ca955 A |
15 | collations{ |
16 | default{"standard"} | |
729e4ab9 A |
17 | ducet{ |
18 | Sequence{ | |
19 | " [normalization on ]" | |
20 | "&'\u1680'<'`'<<<`<´=΄<˜<'^'<<<^<¯<<< ̄" | |
21 | "&﹌<˘<˙<¨<˚<˝<᾽=᾿<῾<¸<˛" | |
22 | "&‗<῀<﮲<﮳<﮴<﮵<﮶<﮷<﮸<﮹<﮺<﮻<﮼<﮽<﮾<﮿<﯀<﯁<゛<゜" | |
23 | "&᠅<༔" | |
24 | "&჻<፠" | |
25 | "&𐄁<𐄂" | |
26 | "&﴿<§<¶" | |
27 | "&⁋<©<®" | |
28 | "&/<⁄" | |
29 | "&﹠<⅋" | |
30 | "&؊<⁒" | |
31 | "&᰿<᥀" | |
32 | "&၏<႞<႟<꩷<꩸<꩹<ៗ" | |
33 | "&꠹<๏" | |
34 | "&¦<‖" | |
35 | "&❧<❨<❩<❪<❫<❬<❭<❮<❯<❰<❱<❲<❳<❴<❵" | |
36 | "&⟄<⟅<⟆" | |
37 | "&⟥<⟦<⟧<⟨<⟩<⟪<⟫" | |
38 | "&⧗<⧘<⧙<⧚<⧛" | |
39 | "&𐩾<𐩿" | |
40 | "&Ꞧ<<<₨/s" | |
41 | "&ﷶ<<<﷼/یال" | |
42 | } | |
43 | Version{"1.9"} | |
44 | } | |
45 | search{ | |
46 | Sequence{ | |
47 | " [normalization on ][suppressContractions [เ-ไ ເ-ໄ] ]" | |
48 | "&ا<<آ<<أ<<إ" | |
49 | "&و<<ؤ" | |
50 | "&ي<<ئ<<ى" | |
51 | "&ه<<ة" | |
52 | "&[last primary ignorable ]<<׳<<״<<ـ<<ٌ<<ٍ<<َ<<ُ<<ِ<<ّ<<ْ<<ฺ" | |
53 | } | |
54 | Version{"1.9"} | |
55 | } | |
374ca955 A |
56 | standard{ |
57 | Sequence{""} | |
729e4ab9 | 58 | Version{"1.9"} |
374ca955 A |
59 | } |
60 | } | |
729e4ab9 | 61 | depends:process(dependency){"ucadata.icu"} |
374ca955 | 62 | } |