OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 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{ |
| 11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú
ù ŭ û" |
| 12 " ū ÿ]" |
| 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]"} |
10 NumberElements{ | 15 NumberElements{ |
11 latn{ | 16 latn{ |
12 patterns{ | 17 patterns{ |
13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} | 18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} |
14 } | 19 } |
15 symbols{ | 20 symbols{ |
16 decimal{"."} | 21 decimal{"."} |
17 group{"'"} | 22 group{"'"} |
18 } | 23 } |
19 } | 24 } |
20 } | 25 } |
21 Version{"2.0.92.87"} | 26 Version{"2.1.8.21"} |
22 delimiters{ | 27 delimiters{ |
23 alternateQuotationEnd{"›"} | 28 alternateQuotationEnd{"›"} |
24 alternateQuotationStart{"‹"} | 29 alternateQuotationStart{"‹"} |
25 quotationEnd{"»"} | 30 quotationEnd{"»"} |
26 quotationStart{"«"} | 31 quotationStart{"«"} |
27 } | 32 } |
28 } | 33 } |
OLD | NEW |