summaryrefslogtreecommitdiff
path: root/intl/icu/source/data/curr/root.txt
diff options
context:
space:
mode:
Diffstat (limited to 'intl/icu/source/data/curr/root.txt')
-rw-r--r--intl/icu/source/data/curr/root.txt115
1 files changed, 115 insertions, 0 deletions
diff --git a/intl/icu/source/data/curr/root.txt b/intl/icu/source/data/curr/root.txt
new file mode 100644
index 0000000..add4429
--- /dev/null
+++ b/intl/icu/source/data/curr/root.txt
@@ -0,0 +1,115 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2012 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
+// *
+// ***************************************************************************
+/**
+ * ICU <specials> source: <path>/xml/main/root.xml
+ */
+root{
+ Currencies{
+ AUD{
+ "A$",
+ "AUD",
+ }
+ BRL{
+ "R$",
+ "BRL",
+ }
+ CAD{
+ "CA$",
+ "CAD",
+ }
+ CNY{
+ "CN¥",
+ "CNY",
+ }
+ EUR{
+ "€",
+ "EUR",
+ }
+ GBP{
+ "£",
+ "GBP",
+ }
+ HKD{
+ "HK$",
+ "HKD",
+ }
+ ILS{
+ "₪",
+ "ILS",
+ }
+ INR{
+ "₹",
+ "INR",
+ }
+ JPY{
+ "JP¥",
+ "JPY",
+ }
+ KRW{
+ "₩",
+ "KRW",
+ }
+ MXN{
+ "MX$",
+ "MXN",
+ }
+ NZD{
+ "NZ$",
+ "NZD",
+ }
+ THB{
+ "฿",
+ "THB",
+ }
+ TWD{
+ "NT$",
+ "TWD",
+ }
+ USD{
+ "US$",
+ "USD",
+ }
+ VND{
+ "₫",
+ "VND",
+ }
+ XAF{
+ "FCFA",
+ "XAF",
+ }
+ XCD{
+ "EC$",
+ "XCD",
+ }
+ XOF{
+ "CFA",
+ "XOF",
+ }
+ XPF{
+ "CFPF",
+ "XPF",
+ }
+ }
+ CurrencyUnitPatterns{
+ other{"{0} {1}"}
+ }
+ Version{"2.0.78.30"}
+ currencySpacing{
+ afterCurrency{
+ currencyMatch{"[:letter:]"}
+ insertBetween{" "}
+ surroundingMatch{"[:digit:]"}
+ }
+ beforeCurrency{
+ currencyMatch{"[:letter:]"}
+ insertBetween{" "}
+ surroundingMatch{"[:digit:]"}
+ }
+ }
+}