OLD | NEW |
(Empty) | |
| 1 // *************************************************************************** |
| 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/collation/ca.xml |
| 7 // * |
| 8 // *************************************************************************** |
| 9 /** |
| 10 * ICU <specials> source: <path>/xml/collation/ca.xml |
| 11 */ |
| 12 ca{ |
| 13 Version{"2.0.50.97"} |
| 14 collations{ |
| 15 search{ |
| 16 Sequence{ |
| 17 " [normalization on ][suppressContractions [เ-ไ ເ-ໄ] ]" |
| 18 "&ا<<آ<<أ<<إ" |
| 19 "&و<<ؤ" |
| 20 "&ي<<ئ<<ى" |
| 21 "&ه<<ة" |
| 22 "&[last primary ignorable ]<<׳<<״<<ـ<<ٌ<<ٍ<<َ<<ُ<<ِ<<ّ<<ْ<<ฺ" |
| 23 "&L<ŀ=l·<<<Ŀ=L·" |
| 24 } |
| 25 Version{"1.9"} |
| 26 } |
| 27 standard{ |
| 28 Sequence{" [backwards 2]&L<<ŀ=l·<<<Ŀ=L·"} |
| 29 Version{"1.9"} |
| 30 } |
| 31 } |
| 32 } |
OLD | NEW |