]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
46f4442e | 3 | // * Copyright (C) 2008 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"} |
46f4442e | 14 | Version{"1.28"} |
374ca955 A |
15 | collations{ |
16 | default{"standard"} | |
17 | standard{ | |
18 | Sequence{""} | |
46f4442e | 19 | Version{"1.6"} |
374ca955 A |
20 | } |
21 | } | |
46f4442e | 22 | depends:process(dependency){"../ucadata.icu"} |
374ca955 | 23 | } |