1// *************************************************************************** 2// * 3// * Copyright (C) 2011 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/om.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/om.xml 11 */ 12om{ 13 Currencies{ 14 BRL{ 15 "BR$", 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{ 35 "₹", 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 } 51 Version{"2.0.57.98"} 52} 53