diff options
Diffstat (limited to 'Build/source/libs/icu/icu-50.1/data/curr/root.txt')
-rw-r--r-- | Build/source/libs/icu/icu-50.1/data/curr/root.txt | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-50.1/data/curr/root.txt b/Build/source/libs/icu/icu-50.1/data/curr/root.txt new file mode 100644 index 00000000000..add4429d7b0 --- /dev/null +++ b/Build/source/libs/icu/icu-50.1/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:]"} + } + } +} |