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/sl.xml | 6 // * Source File: <path>/common/collation/hsb.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/collation/sl.xml | 10 * ICU <specials> source: <path>/xml/collation/hsb.xml |
11 */ | 11 */ |
12 sl{ | 12 hsb{ |
13 Version{"2.0.89.0"} | 13 Version{"2.1.6.71"} |
14 collations{ | 14 collations{ |
15 standard{ | 15 standard{ |
16 Sequence{ | 16 Sequence{ |
17 "&C<č<<<Č<ć<<<Ć" | 17 "&C<č<<<Č<ć<<<Ć" |
18 "&D<đ<<<Đ" | 18 "&E<ě<<<Ě" |
| 19 "&H<ch<<<cH<<<Ch<<<CH" |
| 20 "&[before 1] L<ł<<<Ł" |
| 21 "&R<ř<<<Ř" |
19 "&S<š<<<Š" | 22 "&S<š<<<Š" |
20 "&Z<ž<<<Ž" | 23 "&Z<ž<<<Ž<ź<<<Ź" |
21 } | 24 } |
22 Version{"24"} | 25 Version{"26"} |
23 } | 26 } |
24 } | 27 } |
25 } | 28 } |
OLD | NEW |