]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2006 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/en_BE.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_BE{ | |
10 | Currencies{ | |
11 | BEF{ | |
12 | "BF", | |
13 | "Belgian Franc", | |
14 | { | |
15 | "#,##0.00 ¤;-#,##0.00 ¤", | |
16 | ",", | |
17 | ".", | |
18 | } | |
19 | } | |
20 | } | |
21 | NumberElements{ | |
22 | ",", | |
23 | ".", | |
24 | ";", | |
25 | "%", | |
26 | "0", | |
27 | "#", | |
28 | "-", | |
29 | "E", | |
30 | "‰", | |
31 | "∞", | |
32 | "NaN", | |
33 | "+", | |
34 | } | |
35 | NumberPatterns{ | |
36 | "#,##0.###", | |
37 | "#,##0.00 ¤", | |
38 | "#,##0%", | |
39 | "#E0", | |
40 | } | |
41 | Version{"1.46"} | |
42 | calendar{ | |
43 | gregorian{ | |
44 | DateTimeElements:intvector{ | |
45 | 2, | |
46 | 4, | |
47 | } | |
48 | DateTimePatterns{ | |
49 | "HH' h 'mm' min 'ss' s 'z", | |
50 | "HH:mm:ss z", | |
51 | "HH:mm:ss", | |
52 | "HH:mm", | |
53 | "EEEE d MMMM yyyy", | |
54 | "EEE d MMM yyyy", | |
55 | "dd MMM yyyy", | |
56 | "dd/MM/yy", | |
57 | "{1} {0}", | |
58 | } | |
59 | } | |
60 | } | |
61 | } |