]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
57a6839d | 3 | // * Copyright (C) 2014 International Business Machines |
51004dcb A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/om.xml | |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
9 | /** | |
57a6839d | 10 | * ICU <specials> source: <path>/common/main/om.xml |
729e4ab9 A |
11 | */ |
12 | om{ | |
13 | Currencies{ | |
14 | BRL{ | |
15 | "R$", | |
16 | "Brazilian Real", | |
17 | } | |
18 | CNY{ | |
19 | "CN¥", | |
20 | "Chinese Yuan Renminbi", | |
21 | } | |
22 | ETB{ | |
23 | "Br", | |
24 | "Itoophiyaa Birrii", | |
25 | } | |
26 | EUR{ | |
27 | "€", | |
28 | "Euro", | |
29 | } | |
30 | GBP{ | |
31 | "£", | |
32 | "British Pound Sterling", | |
33 | } | |
34 | INR{ | |
4388f060 | 35 | "₹", |
729e4ab9 A |
36 | "Indian Rupee", |
37 | } | |
38 | JPY{ | |
39 | "JP¥", | |
40 | "Japanese Yen", | |
41 | } | |
42 | RUB{ | |
43 | "RUB", | |
44 | "Russian Ruble", | |
45 | } | |
46 | USD{ | |
47 | "US$", | |
48 | "US Dollar", | |
49 | } | |
50 | } | |
57a6839d | 51 | Version{"2.0.97.91"} |
729e4ab9 | 52 | } |