| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/hr.xml | 6 // * Source File: <path>/common/collation/hr.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/collation/hr.xml | |
| 11 */ | |
| 12 hr{ | 9 hr{ |
| 13 Version{"2.1.6.34"} | 10 Version{"2.1.19.14"} |
| 14 collations{ | 11 collations{ |
| 15 search{ | 12 search{ |
| 16 Sequence{"[import und-u-co-search][import hr-u-co-standard][reorder
others]"} | 13 Sequence{ |
| 17 Version{"26"} | 14 "[import und-u-co-search]" |
| 15 "[import hr-u-co-standard]" |
| 16 "[reorder others]" |
| 17 } |
| 18 Version{"28"} |
| 18 } | 19 } |
| 19 standard{ | 20 standard{ |
| 20 Sequence{ | 21 Sequence{ |
| 21 "[reorder Latn Cyrl]" | 22 "[reorder Latn Cyrl]" |
| 22 "&C<č<<<Č<ć<<<Ć" | 23 "&C<č<<<Č<ć<<<Ć" |
| 23 "&D<dž<<<dž<<<Dž<<<Dž<<<DŽ<<<DŽ<đ<<<Đ" | 24 "&D<dž<<<dž<<<Dž<<<Dž<<<DŽ<<<DŽ<đ<<<Đ" |
| 24 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ" | 25 "&L<lj<<<lj<<<Lj<<<Lj<<<LJ<<<LJ" |
| 25 "&N<nj<<<nj<<<Nj<<<Nj<<<NJ<<<NJ" | 26 "&N<nj<<<nj<<<Nj<<<Nj<<<NJ<<<NJ" |
| 26 "&S<š<<<Š" | 27 "&S<š<<<Š" |
| 27 "&Z<ž<<<Ž" | 28 "&Z<ž<<<Ž" |
| 28 } | 29 } |
| 29 Version{"26"} | 30 Version{"28"} |
| 30 } | 31 } |
| 31 } | 32 } |
| 32 } | 33 } |
| OLD | NEW |