File: //opt/cpanel/ea-php54/root/usr/share/pear/I18Nv2/Locale/EUR.php
<?php
/**
* $Id: EUR.php,v 1.6 2004/10/29 10:19:58 mike Exp $
*
* @charset ISO-8859-15
*/
$this->currencyFormats[I18Nv2_CURRENCY_LOCAL][0] = chr(0xA4);
$this->currencyFormats[I18Nv2_CURRENCY_LOCAL][1] = 2;
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][0] = 'EUR';
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][1] = 2;
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][4] = '-';
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][5] = '';
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][6] = true;
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][7] = true;
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][8] = true;
$this->currencyFormats[I18Nv2_CURRENCY_INTERNATIONAL][9] = true;
?>