| 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/smn.xml | 6 // * Source File: <path>/common/collation/smn.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/collation/smn.xml | |
| 11 */ | |
| 12 smn{ | 9 smn{ |
| 13 Version{"2.1.8.44"} | 10 Version{"2.1.19.14"} |
| 14 collations{ | 11 collations{ |
| 15 search{ | 12 search{ |
| 16 Sequence{"[import und-u-co-search][import smn-u-co-standard]"} | 13 Sequence{ |
| 17 Version{"26"} | 14 "[import und-u-co-search]" |
| 15 "[import smn-u-co-standard]" |
| 16 } |
| 17 Version{"28"} |
| 18 } | 18 } |
| 19 standard{ | 19 standard{ |
| 20 Sequence{ | 20 Sequence{ |
| 21 "&A<â<<<Â<<à<<<À" | 21 "&A<â<<<Â<<à<<<À" |
| 22 "&C<č<<<Č" | 22 "&C<č<<<Č" |
| 23 "&D<đ<<<Đ" | 23 "&D<đ<<<Đ" |
| 24 "&Ŋ<<ñ<<<Ñ<<ń<<<Ń" | 24 "&Ŋ<<ñ<<<Ñ<<ń<<<Ń" |
| 25 "&S<š<<<Š" | 25 "&S<š<<<Š" |
| 26 "&Z<ž<<<Ž<æ<<<Æ<ø<<<Ø<å<<<Å<ã<<<Ã<ä<<<Ä<á<<<Á<ö<<<Ö" | 26 "&Z<ž<<<Ž<æ<<<Æ<ø<<<Ø<å<<<Å<ã<<<Ã<ä<<<Ä<á<<<Á<ö<<<Ö" |
| 27 } | 27 } |
| 28 Version{"26"} | 28 Version{"28"} |
| 29 } | 29 } |
| 30 } | 30 } |
| 31 } | 31 } |
| OLD | NEW |