1// *************************************************************************** 2// * 3// * Copyright (C) 2011 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 6// * Source File:<path>/common/main/root.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/root.xml 11 */ 12root{ 13 Currencies{ 14 AUD{ 15 "AU$", 16 "AUD", 17 } 18 BRL{ 19 "BR$", 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.59.5"} 103 currencySpacing{ 104 afterCurrency{ 105 currencyMatch{"[:letter:]"} 106 insertBetween{" "} 107 surroundingMatch{"[:digit:]"} 108 } 109 beforeCurrency{ 110 currencyMatch{"[:letter:]"} 111 insertBetween{" "} 112 surroundingMatch{"[:digit:]"} 113 } 114 } 115} 116