intl/icu/source/data/curr/root.txt

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 // ***************************************************************************
michael@0 2 // *
michael@0 3 // * Copyright (C) 2013 International Business Machines
michael@0 4 // * Corporation and others. All Rights Reserved.
michael@0 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
michael@0 6 // * Source File: <path>/common/main/root.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/root.xml
michael@0 11 */
michael@0 12 root{
michael@0 13 Currencies{
michael@0 14 AUD{
michael@0 15 "A$",
michael@0 16 "AUD",
michael@0 17 }
michael@0 18 BRL{
michael@0 19 "R$",
michael@0 20 "BRL",
michael@0 21 }
michael@0 22 CAD{
michael@0 23 "CA$",
michael@0 24 "CAD",
michael@0 25 }
michael@0 26 CNY{
michael@0 27 "CN¥",
michael@0 28 "CNY",
michael@0 29 }
michael@0 30 EUR{
michael@0 31 "€",
michael@0 32 "EUR",
michael@0 33 }
michael@0 34 GBP{
michael@0 35 "£",
michael@0 36 "GBP",
michael@0 37 }
michael@0 38 HKD{
michael@0 39 "HK$",
michael@0 40 "HKD",
michael@0 41 }
michael@0 42 ILS{
michael@0 43 "₪",
michael@0 44 "ILS",
michael@0 45 }
michael@0 46 INR{
michael@0 47 "₹",
michael@0 48 "INR",
michael@0 49 }
michael@0 50 JPY{
michael@0 51 "JP¥",
michael@0 52 "JPY",
michael@0 53 }
michael@0 54 KRW{
michael@0 55 "₩",
michael@0 56 "KRW",
michael@0 57 }
michael@0 58 MXN{
michael@0 59 "MX$",
michael@0 60 "MXN",
michael@0 61 }
michael@0 62 NZD{
michael@0 63 "NZ$",
michael@0 64 "NZD",
michael@0 65 }
michael@0 66 THB{
michael@0 67 "฿",
michael@0 68 "THB",
michael@0 69 }
michael@0 70 TWD{
michael@0 71 "NT$",
michael@0 72 "TWD",
michael@0 73 }
michael@0 74 USD{
michael@0 75 "US$",
michael@0 76 "USD",
michael@0 77 }
michael@0 78 VND{
michael@0 79 "₫",
michael@0 80 "VND",
michael@0 81 }
michael@0 82 XAF{
michael@0 83 "FCFA",
michael@0 84 "XAF",
michael@0 85 }
michael@0 86 XCD{
michael@0 87 "EC$",
michael@0 88 "XCD",
michael@0 89 }
michael@0 90 XOF{
michael@0 91 "CFA",
michael@0 92 "XOF",
michael@0 93 }
michael@0 94 XPF{
michael@0 95 "CFPF",
michael@0 96 "XPF",
michael@0 97 }
michael@0 98 }
michael@0 99 CurrencyUnitPatterns{
michael@0 100 other{"{0} {1}"}
michael@0 101 }
michael@0 102 Version{"2.0.93.8"}
michael@0 103 currencySpacing{
michael@0 104 afterCurrency{
michael@0 105 currencyMatch{"[:^S:]"}
michael@0 106 insertBetween{" "}
michael@0 107 surroundingMatch{"[:digit:]"}
michael@0 108 }
michael@0 109 beforeCurrency{
michael@0 110 currencyMatch{"[:^S:]"}
michael@0 111 insertBetween{" "}
michael@0 112 surroundingMatch{"[:digit:]"}
michael@0 113 }
michael@0 114 }
michael@0 115 }

mercurial