-// ***************************************************************************
-// *
-// * Copyright (C) 2012 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
/**
- * ICU <specials> source: <path>/xml/main/root.xml
+ * ICU <specials> source: <path>/common/main/root.xml
*/
root{
Currencies{
AUD{
- "AU$",
+ "A$",
"AUD",
}
BRL{
"NZ$",
"NZD",
}
- THB{
- "฿",
- "THB",
- }
TWD{
"NT$",
"TWD",
"CFPF",
"XPF",
}
+ XXX{
+ "¤",
+ "XXX",
+ }
+ }
+ Currencies%narrow{
+ AOA{"Kz"}
+ ARS{"$"}
+ AUD{"$"}
+ BAM{"KM"}
+ BBD{"$"}
+ BDT{"৳"}
+ BMD{"$"}
+ BND{"$"}
+ BOB{"Bs"}
+ BRL{"R$"}
+ BSD{"$"}
+ BWP{"P"}
+ BYN{"р."}
+ BZD{"$"}
+ CAD{"$"}
+ CLP{"$"}
+ CNY{"¥"}
+ COP{"$"}
+ CRC{"₡"}
+ CUC{"$"}
+ CUP{"$"}
+ CZK{"Kč"}
+ DKK{"kr"}
+ DOP{"$"}
+ EGP{"E£"}
+ ESP{"₧"}
+ EUR{"€"}
+ FJD{"$"}
+ FKP{"£"}
+ GBP{"£"}
+ GEL{"₾"}
+ GIP{"£"}
+ GNF{"FG"}
+ GTQ{"Q"}
+ GYD{"$"}
+ HKD{"$"}
+ HNL{"L"}
+ HRK{"kn"}
+ HUF{"Ft"}
+ IDR{"Rp"}
+ ILS{"₪"}
+ INR{"₹"}
+ ISK{"kr"}
+ JMD{"$"}
+ JPY{"¥"}
+ KHR{"៛"}
+ KMF{"CF"}
+ KPW{"₩"}
+ KRW{"₩"}
+ KYD{"$"}
+ KZT{"₸"}
+ LAK{"₭"}
+ LBP{"L£"}
+ LKR{"Rs"}
+ LRD{"$"}
+ LTL{"Lt"}
+ LVL{"Ls"}
+ MGA{"Ar"}
+ MMK{"K"}
+ MNT{"₮"}
+ MUR{"Rs"}
+ MXN{"$"}
+ MYR{"RM"}
+ NAD{"$"}
+ NGN{"₦"}
+ NIO{"C$"}
+ NOK{"kr"}
+ NPR{"Rs"}
+ NZD{"$"}
+ PHP{"₱"}
+ PKR{"Rs"}
+ PLN{"zł"}
+ PYG{"₲"}
+ RON{"lei"}
+ RUB{"₽"}
+ RUR{"р."}
+ RWF{"RF"}
+ SBD{"$"}
+ SEK{"kr"}
+ SGD{"$"}
+ SHP{"£"}
+ SRD{"$"}
+ SSP{"£"}
+ STN{"Db"}
+ SYP{"£"}
+ THB{"฿"}
+ TOP{"T$"}
+ TRY{"₺"}
+ TTD{"$"}
+ TWD{"$"}
+ UAH{"₴"}
+ USD{"$"}
+ UYU{"$"}
+ VEF{"Bs"}
+ VND{"₫"}
+ XCD{"$"}
+ ZAR{"R"}
+ ZMW{"ZK"}
+ }
+ Currencies%variant{
+ TRY{"TL"}
}
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.0.67.6"}
+ Version{"36.1"}
currencySpacing{
afterCurrency{
- currencyMatch{"[:letter:]"}
+ currencyMatch{"[:^S:]"}
insertBetween{" "}
surroundingMatch{"[:digit:]"}
}
beforeCurrency{
- currencyMatch{"[:letter:]"}
+ currencyMatch{"[:^S:]"}
insertBetween{" "}
surroundingMatch{"[:digit:]"}
}