1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/chr.xml
7// *
8// ***************************************************************************
9chr{
10    Currencies{
11        BRL{
12            "R$",
13            "ᏆᏏᎵᎢ ᎠᏕᎳ",
14        }
15        CAD{
16            "CA$",
17            "ᎧᎾᏓ ᎠᏕᎳ",
18        }
19        CNY{
20            "CN¥",
21            "ᏓᎶᏂᎨ ᎠᏕᎳ",
22        }
23        EUR{
24            "€",
25            "ᏳᎳᏛ",
26        }
27        GBP{
28            "£",
29            "ᎩᎵᏏᏲ ᎠᏕᎳ",
30        }
31        INR{
32            "₹",
33            "ᎢᏅᏗᎾ ᎠᏕᎳ",
34        }
35        JPY{
36            "JP¥",
37            "ᏣᏩᏂᏏ ᎠᏕᎳ",
38        }
39        MXN{
40            "MX$",
41            "ᏍᏆᏂ ᎠᏕᎳ",
42        }
43        RUB{
44            "RUB",
45            "ᏲᏂᎢ ᎠᏕᎳ",
46        }
47        USD{
48            "$",
49            "ᎤᏃᏍᏗ",
50        }
51    }
52    CurrencyPlurals{
53        USD{
54            one{"ᎤᏃᏍᏗ"}
55            other{"ᏧᏃᏍᏗ"}
56        }
57    }
58    CurrencyUnitPatterns{
59        one{"{0} {1}"}
60        other{"{0} {1}"}
61    }
62    Version{"2.1.6.69"}
63}
64