1// *************************************************************************** 2// * 3// * Copyright (C) 2010 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/eu.xml 7// * 8// *************************************************************************** 9/** 10 * ICU <specials> source: <path>/xml/main/eu.xml 11 */ 12eu{ 13 Currencies{ 14 ESP{ 15 "₧" /** === */, 16 "ESP", 17 { 18 /** 19 * Duplicated from NumberPatterns resource 20 */ 21 "#,##0.00 ¤", 22 ",", 23 ".", 24 } 25 } 26 } 27 CurrencyUnitPatterns{ 28 one{"{0}{1}"} 29 other{"{0} {1}"} 30 } 31 Version{"2.0.48.64"} 32} 33