View Single Post
  #1 (permalink)  
Old 05-11-2008, 06:06 PM
stien stien is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default Zend_Currency euro

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?
Reply With Quote