// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License kok{ Currencies{ BRL{ "R$", "BRL", } CNY{ "CN¥", "CNY", } EUR{ "€", "EUR", } GBP{ "£", "GBP", } INR{ "₹", "INR", } JPY{ "JP¥", "JPY", } RUB{ "RUB", "RUB", } USD{ "US$", "USD", } XXX{ "XXX", "XXX", } } Currencies%narrow{ BRL{"R$"} CNY{"¥"} EUR{"€"} GBP{"£"} INR{"₹"} JPY{"¥"} RUB{"₽"} USD{"$"} } CurrencyPlurals{ BRL{ other{"BRL"} } CNY{ other{"CNY"} } EUR{ other{"EUR"} } GBP{ other{"GBP"} } INR{ other{"INR"} } JPY{ other{"JPY"} } RUB{ other{"RUB"} } USD{ other{"USD"} } XXX{ other{"XXX"} } } CurrencyUnitPatterns{ other{"{0} {1}"} } Version{"2.1.38.69"} }