1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3om{ 4 Currencies{ 5 BRL{ 6 "R$", 7 "Brazilian Real", 8 } 9 CNY{ 10 "CN¥", 11 "Chinese Yuan Renminbi", 12 } 13 ETB{ 14 "Br", 15 "Itoophiyaa Birrii", 16 } 17 EUR{ 18 "€", 19 "Euro", 20 } 21 GBP{ 22 "£", 23 "British Pound", 24 } 25 INR{ 26 "₹", 27 "Indian Rupee", 28 } 29 JPY{ 30 "JP¥", 31 "Japanese Yen", 32 } 33 RUB{ 34 "RUB", 35 "Russian Ruble", 36 } 37 USD{ 38 "US$", 39 "US Dollar", 40 } 41 } 42 CurrencyUnitPatterns{ 43 one{"{0} {1}"} 44 other{"{0} {1}"} 45 } 46 Version{"2.1.43.94"} 47} 48