| 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/el.xml | 6 // * Source File: <path>/common/collation/el.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/xml/collation/el.xml | |
| 11 */ | |
| 12 el{ | 9 el{ |
| 13 Version{"2.0.96.14"} | 10 Version{"2.1.19.14"} |
| 14 collations{ | 11 collations{ |
| 15 standard{ | 12 standard{ |
| 16 Sequence{"[normalization on][reorder Grek]"} | 13 Sequence{ |
| 17 Version{"26"} | 14 "[normalization on]" |
| 15 "[reorder Grek]" |
| 16 } |
| 17 Version{"28"} |
| 18 } | 18 } |
| 19 } | 19 } |
| 20 } | 20 } |
| OLD | NEW |