| 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/main/de_CH.xml | 6 // * Source File: <path>/common/main/de_CH.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 de_CH{ | 9 de_CH{ |
| 10 AuxExemplarCharacters{ | 10 AuxExemplarCharacters{ |
| 11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú
ù ŭ û" | 11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú
ù ŭ û" |
| 12 " ū ÿ]" | 12 " ū ÿ]" |
| 13 } | 13 } |
| 14 ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y
z]"} | 14 ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y
z]"} |
| 15 NumberElements{ | 15 NumberElements{ |
| 16 latn{ | 16 latn{ |
| 17 patterns{ | 17 patterns{ |
| 18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} | 18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} |
| 19 percentFormat{"#,##0%"} |
| 19 } | 20 } |
| 20 symbols{ | 21 symbols{ |
| 21 decimal{"."} | 22 decimal{"."} |
| 22 group{"'"} | 23 group{"'"} |
| 23 } | 24 } |
| 24 } | 25 } |
| 25 } | 26 } |
| 26 Version{"2.1.8.21"} | 27 Version{"2.1.19.87"} |
| 27 delimiters{ | |
| 28 alternateQuotationEnd{"›"} | |
| 29 alternateQuotationStart{"‹"} | |
| 30 quotationEnd{"»"} | |
| 31 quotationStart{"«"} | |
| 32 } | |
| 33 } | 28 } |
| OLD | NEW |