Hi there,
I have a problem with Zend_Currency, for the euro sign it gives me: â�¬ 19,00 in stead of € 19,00. This is only the case when I use the production server, on debug server the sign is displayed correctly.
This code is used:
Code:
$currency = new Zend_Currency ( 'nl_NL' );
echo $currency->toCurrency ( 19 );
What is the problem here?