diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /intl/icu/source/data/curr/root.txt | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu/source/data/curr/root.txt')
-rw-r--r-- | intl/icu/source/data/curr/root.txt | 209 |
1 files changed, 209 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 0000000000..a10f5be2cd --- /dev/null +++ b/intl/icu/source/data/curr/root.txt @@ -0,0 +1,209 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html#License +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", + } + TWD{ + "NT$", + "TWD", + } + USD{ + "US$", + "USD", + } + VND{ + "₫", + "VND", + } + XAF{ + "FCFA", + "XAF", + } + XCD{ + "EC$", + "XCD", + } + XOF{ + "CFA", + "XOF", + } + XPF{ + "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{"37"} + currencySpacing{ + afterCurrency{ + currencyMatch{"[:^S:]"} + insertBetween{" "} + surroundingMatch{"[:digit:]"} + } + beforeCurrency{ + currencyMatch{"[:^S:]"} + insertBetween{" "} + surroundingMatch{"[:digit:]"} + } + } +} |