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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/data/curr/root.txt	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,115 @@
     1.4 +// ***************************************************************************
     1.5 +// *
     1.6 +// * Copyright (C) 2013 International Business Machines
     1.7 +// * Corporation and others. All Rights Reserved.
     1.8 +// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     1.9 +// * Source File: <path>/common/main/root.xml
    1.10 +// *
    1.11 +// ***************************************************************************
    1.12 +/**
    1.13 + * ICU <specials> source: <path>/common/main/root.xml
    1.14 + */
    1.15 +root{
    1.16 +    Currencies{
    1.17 +        AUD{
    1.18 +            "A$",
    1.19 +            "AUD",
    1.20 +        }
    1.21 +        BRL{
    1.22 +            "R$",
    1.23 +            "BRL",
    1.24 +        }
    1.25 +        CAD{
    1.26 +            "CA$",
    1.27 +            "CAD",
    1.28 +        }
    1.29 +        CNY{
    1.30 +            "CN¥",
    1.31 +            "CNY",
    1.32 +        }
    1.33 +        EUR{
    1.34 +            "€",
    1.35 +            "EUR",
    1.36 +        }
    1.37 +        GBP{
    1.38 +            "£",
    1.39 +            "GBP",
    1.40 +        }
    1.41 +        HKD{
    1.42 +            "HK$",
    1.43 +            "HKD",
    1.44 +        }
    1.45 +        ILS{
    1.46 +            "₪",
    1.47 +            "ILS",
    1.48 +        }
    1.49 +        INR{
    1.50 +            "₹",
    1.51 +            "INR",
    1.52 +        }
    1.53 +        JPY{
    1.54 +            "JP¥",
    1.55 +            "JPY",
    1.56 +        }
    1.57 +        KRW{
    1.58 +            "₩",
    1.59 +            "KRW",
    1.60 +        }
    1.61 +        MXN{
    1.62 +            "MX$",
    1.63 +            "MXN",
    1.64 +        }
    1.65 +        NZD{
    1.66 +            "NZ$",
    1.67 +            "NZD",
    1.68 +        }
    1.69 +        THB{
    1.70 +            "฿",
    1.71 +            "THB",
    1.72 +        }
    1.73 +        TWD{
    1.74 +            "NT$",
    1.75 +            "TWD",
    1.76 +        }
    1.77 +        USD{
    1.78 +            "US$",
    1.79 +            "USD",
    1.80 +        }
    1.81 +        VND{
    1.82 +            "₫",
    1.83 +            "VND",
    1.84 +        }
    1.85 +        XAF{
    1.86 +            "FCFA",
    1.87 +            "XAF",
    1.88 +        }
    1.89 +        XCD{
    1.90 +            "EC$",
    1.91 +            "XCD",
    1.92 +        }
    1.93 +        XOF{
    1.94 +            "CFA",
    1.95 +            "XOF",
    1.96 +        }
    1.97 +        XPF{
    1.98 +            "CFPF",
    1.99 +            "XPF",
   1.100 +        }
   1.101 +    }
   1.102 +    CurrencyUnitPatterns{
   1.103 +        other{"{0} {1}"}
   1.104 +    }
   1.105 +    Version{"2.0.93.8"}
   1.106 +    currencySpacing{
   1.107 +        afterCurrency{
   1.108 +            currencyMatch{"[:^S:]"}
   1.109 +            insertBetween{" "}
   1.110 +            surroundingMatch{"[:digit:]"}
   1.111 +        }
   1.112 +        beforeCurrency{
   1.113 +            currencyMatch{"[:^S:]"}
   1.114 +            insertBetween{" "}
   1.115 +            surroundingMatch{"[:digit:]"}
   1.116 +        }
   1.117 +    }
   1.118 +}

mercurial