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.

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

mercurial