Rev 1688 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php/*** $Id: EUR.php,v 1.1 2007-06-25 09:55:28 alexandre_tb 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;?>