| 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/fr_CH.xml | 6 // * Source File: <path>/common/main/fr_CH.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 fr_CH{ | 9 fr_CH{ |
| 10 NumberElements{ | 10 NumberElements{ |
| 11 latn{ | 11 latn{ |
| 12 patterns{ | 12 patterns{ |
| 13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} | 13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} |
| 14 percentFormat{"#,##0%"} |
| 14 } | 15 } |
| 15 symbols{ | 16 symbols{ |
| 16 decimal{"."} | 17 decimal{"."} |
| 17 } | 18 } |
| 18 } | 19 } |
| 19 } | 20 } |
| 20 Version{"2.1.8.19"} | 21 Version{"2.1.19.14"} |
| 21 calendar{ | 22 calendar{ |
| 22 generic{ | 23 generic{ |
| 23 DateTimePatterns{ | 24 DateTimePatterns{ |
| 24 "HH.mm:ss 'h' zzzz", | 25 "HH.mm:ss 'h' zzzz", |
| 25 "HH:mm:ss z", | 26 "HH:mm:ss z", |
| 26 "HH:mm:ss", | 27 "HH:mm:ss", |
| 27 "HH:mm", | 28 "HH:mm", |
| 28 "EEEE, d MMMM y G", | 29 "EEEE, d MMMM y G", |
| 29 "d MMMM y G", | 30 "d MMMM y G", |
| 30 "d MMM y G", | 31 "d MMM y G", |
| 31 "dd.MM.yy GGGGG", | 32 "dd.MM.yy GGGGG", |
| 32 "{1} {0}", | 33 "{1} {0}", |
| 33 "{1} 'à' {0}", | 34 "{1} 'à' {0}", |
| 34 "{1} 'à' {0}", | 35 "{1} 'à' {0}", |
| 35 "{1} {0}", | 36 "{1} {0}", |
| 36 "{1} {0}", | 37 "{1} {0}", |
| 37 } | 38 } |
| 38 } | 39 } |
| 39 gregorian{ | 40 gregorian{ |
| 40 DateTimePatterns{ | 41 DateTimePatterns{ |
| 41 "HH.mm:ss 'h' zzzz", | 42 "HH.mm:ss 'h' zzzz", |
| 42 "HH:mm:ss z", | 43 "HH:mm:ss z", |
| 43 "HH:mm:ss", | 44 "HH:mm:ss", |
| 44 "HH:mm", | 45 "HH:mm", |
| 45 "EEEE, d MMMM y", | 46 "EEEE, d MMMM y", |
| 46 "d MMMM y", | 47 "d MMMM y", |
| 47 "d MMM y", | 48 "d MMM y", |
| 48 "dd.MM.yy", | 49 "dd.MM.yy", |
| 49 "{1} {0}", | 50 "{1} 'à' {0}", |
| 50 "{1} {0}", | 51 "{1} 'à' {0}", |
| 51 "{1} {0}", | 52 "{1} 'à' {0}", |
| 52 "{1} {0}", | 53 "{1} 'à' {0}", |
| 53 "{1} {0}", | 54 "{1} {0}", |
| 54 } | 55 } |
| 55 } | 56 } |
| 56 } | 57 } |
| 57 delimiters{ | 58 delimiters{ |
| 58 alternateQuotationEnd{"›"} | 59 alternateQuotationEnd{"›"} |
| 59 alternateQuotationStart{"‹"} | 60 alternateQuotationStart{"‹"} |
| 60 } | 61 } |
| 61 } | 62 } |
| OLD | NEW |