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/root.xml michael@0: // * michael@0: // *************************************************************************** michael@0: /** michael@0: * ICU source: /common/main/root.xml michael@0: */ michael@0: root{ michael@0: Currencies{ michael@0: AUD{ michael@0: "A$", michael@0: "AUD", michael@0: } michael@0: BRL{ michael@0: "R$", michael@0: "BRL", michael@0: } michael@0: CAD{ michael@0: "CA$", michael@0: "CAD", michael@0: } michael@0: CNY{ michael@0: "CN¥", michael@0: "CNY", michael@0: } michael@0: EUR{ michael@0: "€", michael@0: "EUR", michael@0: } michael@0: GBP{ michael@0: "£", michael@0: "GBP", michael@0: } michael@0: HKD{ michael@0: "HK$", michael@0: "HKD", michael@0: } michael@0: ILS{ michael@0: "₪", michael@0: "ILS", michael@0: } michael@0: INR{ michael@0: "₹", michael@0: "INR", michael@0: } michael@0: JPY{ michael@0: "JP¥", michael@0: "JPY", michael@0: } michael@0: KRW{ michael@0: "₩", michael@0: "KRW", michael@0: } michael@0: MXN{ michael@0: "MX$", michael@0: "MXN", michael@0: } michael@0: NZD{ michael@0: "NZ$", michael@0: "NZD", michael@0: } michael@0: THB{ michael@0: "฿", michael@0: "THB", michael@0: } michael@0: TWD{ michael@0: "NT$", michael@0: "TWD", michael@0: } michael@0: USD{ michael@0: "US$", michael@0: "USD", michael@0: } michael@0: VND{ michael@0: "₫", michael@0: "VND", michael@0: } michael@0: XAF{ michael@0: "FCFA", michael@0: "XAF", michael@0: } michael@0: XCD{ michael@0: "EC$", michael@0: "XCD", michael@0: } michael@0: XOF{ michael@0: "CFA", michael@0: "XOF", michael@0: } michael@0: XPF{ michael@0: "CFPF", michael@0: "XPF", michael@0: } michael@0: } michael@0: CurrencyUnitPatterns{ michael@0: other{"{0} {1}"} michael@0: } michael@0: Version{"2.0.93.8"} michael@0: currencySpacing{ michael@0: afterCurrency{ michael@0: currencyMatch{"[:^S:]"} michael@0: insertBetween{" "} michael@0: surroundingMatch{"[:digit:]"} michael@0: } michael@0: beforeCurrency{ michael@0: currencyMatch{"[:^S:]"} michael@0: insertBetween{" "} michael@0: surroundingMatch{"[:digit:]"} michael@0: } michael@0: } michael@0: }