michael@0: // *************************************************************************** michael@0: // * michael@0: // * Copyright (C) 2013 International Business Machines michael@0: // * Corporation and others. All Rights Reserved. michael@0: // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter michael@0: // * Source File: /common/main/chr.xml michael@0: // * michael@0: // *************************************************************************** michael@0: /** michael@0: * ICU source: /common/main/chr.xml michael@0: */ michael@0: chr{ michael@0: Currencies{ michael@0: BRL{ michael@0: "R$", michael@0: "ᏆᏏᎵᎢ ᎠᏕᎳ", michael@0: } michael@0: CAD{ michael@0: "CA$", michael@0: "ᎧᎾᏓ ᎠᏕᎳ", michael@0: } michael@0: CNY{ michael@0: "CN¥", michael@0: "ᏓᎶᏂᎨ ᎠᏕᎳ", michael@0: } michael@0: EUR{ michael@0: "€", michael@0: "ᏳᎳᏛ", michael@0: } michael@0: GBP{ michael@0: "£", michael@0: "ᎩᎵᏏᏲ ᎠᏕᎳ", michael@0: } michael@0: INR{ michael@0: "₹", michael@0: "ᎢᏅᏗᎾ ᎠᏕᎳ", michael@0: } michael@0: JPY{ michael@0: "JP¥", michael@0: "ᏣᏩᏂᏏ ᎠᏕᎳ", michael@0: } michael@0: MXN{ michael@0: "MX$", michael@0: "ᏍᏆᏂ ᎠᏕᎳ", michael@0: } michael@0: RUB{ michael@0: "RUB", michael@0: "ᏲᏂᎢ ᎠᏕᎳ", michael@0: } michael@0: USD{ michael@0: "$", michael@0: "ᎤᏃᏍᏗ", michael@0: } michael@0: } michael@0: CurrencyPlurals{ michael@0: USD{ michael@0: one{"ᎤᏃᏍᏗ"} michael@0: other{"ᏧᏃᏍᏗ"} michael@0: } michael@0: } michael@0: CurrencyUnitPatterns{ michael@0: one{"{0} {1}"} michael@0: other{"{0} {1}"} michael@0: } michael@0: Version{"2.0.93.15"} michael@0: }