]>
Commit | Line | Data |
---|---|---|
57a6839d A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
57a6839d A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_150.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_150{ | |
b331163b | 10 | %%Parent{"en_001"} |
57a6839d A |
11 | Currencies{ |
12 | EUR{ | |
13 | "€", | |
14 | "Euro", | |
15 | { | |
16 | "¤#,##0.00", | |
17 | ",", | |
18 | ".", | |
19 | } | |
20 | } | |
21 | } | |
2ca993e8 | 22 | Version{"2.1.19.76"} |
57a6839d | 23 | } |