Bug in CNumberFormatter

Hi everyone !

When I use this code with yii 1.1b :




formatter=new CNumberFormatter('fr');

echo $formatter->formatCurrency('1400.343', 'EUR')



the result is 1 400 ,34,00 ( should be 1 400,34 € )

Same problem with english locale but works perfectly with yii 1.0.9. Is it a bug in 1.1b or did I misused CNumberFormatter ?

(Sorry for my poor english !)

Are you using svn trunk or 1.1b? Could you please create a ticket to report this issue? Thanks.

I tried both. I will create a ticket, thanks.