| 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/to.xml | 6 // * Source File: <path>/common/collation/to.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/collation/to.xml | |
| 11 */ | |
| 12 to{ | 9 to{ |
| 13 Version{"2.0.96.14"} | 10 Version{"2.1.19.14"} |
| 14 collations{ | 11 collations{ |
| 15 standard{ | 12 standard{ |
| 16 Sequence{ | 13 Sequence{ |
| 17 "&n<ng<<<Ng<<<NG<<<ŋ<<<Ŋ" | 14 "&n<ng<<<Ng<<<NG<<<ŋ<<<Ŋ" |
| 18 "&z<ʻ<<<ʽ" | 15 "&z<ʻ<<<ʽ" |
| 19 "&a<<á<<<Á<<ā<<<Ā" | 16 "&a<<á<<<Á<<ā<<<Ā" |
| 20 "&e<<é<<<É<<ē<<<Ē" | 17 "&e<<é<<<É<<ē<<<Ē" |
| 21 "&i<<í<<<Í<<ī<<<Ī" | 18 "&i<<í<<<Í<<ī<<<Ī" |
| 22 "&o<<ó<<<Ó<<ō<<<Ō" | 19 "&o<<ó<<<Ó<<ō<<<Ō" |
| 23 "&u<<ú<<<Ú<<ū<<<Ū" | 20 "&u<<ú<<<Ú<<ū<<<Ū" |
| 24 } | 21 } |
| 25 Version{"26"} | 22 Version{"28"} |
| 26 } | 23 } |
| 27 } | 24 } |
| 28 } | 25 } |
| OLD | NEW |