intl/icu/source/data/curr/om.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/om.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/om.xml
    11  */
    12 om{
    13     Currencies{
    14         BRL{
    15             "R$",
    16             "Brazilian Real",
    17         }
    18         CNY{
    19             "CN¥",
    20             "Chinese Yuan Renminbi",
    21         }
    22         ETB{
    23             "Br",
    24             "Itoophiyaa Birrii",
    25         }
    26         EUR{
    27             "€",
    28             "Euro",
    29         }
    30         GBP{
    31             "£",
    32             "British Pound Sterling",
    33         }
    34         INR{
    35             "₹",
    36             "Indian Rupee",
    37         }
    38         JPY{
    39             "JP¥",
    40             "Japanese Yen",
    41         }
    42         RUB{
    43             "RUB",
    44             "Russian Ruble",
    45         }
    46         USD{
    47             "US$",
    48             "US Dollar",
    49         }
    50     }
    51     Version{"2.0.92.87"}
    52 }

mercurial