| 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/nl_BE.xml | 6 // * Source File: <path>/common/main/nl_BE.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 nl_BE{ | 9 nl_BE{ |
| 10 NumberElements{ | 10 NumberElements{ |
| 11 latn{ | 11 latn{ |
| 12 patterns{ | 12 patterns{ |
| 13 currencyFormat{"#,##0.00 ¤"} | 13 currencyFormat{"#,##0.00 ¤"} |
| 14 } | 14 } |
| 15 } | 15 } |
| 16 } | 16 } |
| 17 Version{"2.0.92.87"} | 17 Version{"2.1.8.19"} |
| 18 calendar{ | 18 calendar{ |
| 19 generic{ | 19 generic{ |
| 20 DateTimePatterns{ | 20 DateTimePatterns{ |
| 21 "HH:mm:ss zzzz", | 21 "HH:mm:ss zzzz", |
| 22 "HH:mm:ss z", | 22 "HH:mm:ss z", |
| 23 "HH:mm:ss", | 23 "HH:mm:ss", |
| 24 "HH:mm", | 24 "HH:mm", |
| 25 "EEEE d MMMM y G", | 25 "EEEE d MMMM y G", |
| 26 "d MMMM y G", | 26 "d MMMM y G", |
| 27 "d-MMM-y G", | 27 "d-MMM-y G", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 45 "d/MM/yy", | 45 "d/MM/yy", |
| 46 "{1} {0}", | 46 "{1} {0}", |
| 47 "{1} {0}", | 47 "{1} {0}", |
| 48 "{1} {0}", | 48 "{1} {0}", |
| 49 "{1} {0}", | 49 "{1} {0}", |
| 50 "{1} {0}", | 50 "{1} {0}", |
| 51 } | 51 } |
| 52 } | 52 } |
| 53 } | 53 } |
| 54 } | 54 } |
| OLD | NEW |