-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/kok.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
kok{
- Version{"2.1.6.69"}
+ 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"}
}