AW: [fw-general] Zend_Locale_Format::toNumber fails

2011-04-16 Thread Thomas Weidner
red Garlov [mailto:fredgarlo...@googlemail.com] Gesendet: Donnerstag, 14. April 2011 10:05 An: fw-general@lists.zend.com Betreff: [fw-general] Zend_Locale_Format::toNumber fails Hello! <http://framework.zend.com/manual/en/zend.locale.parsing.html> http://framework.ze

[fw-general] Zend_Locale_Format::toNumber fails

2011-04-14 Thread Fred Garlov
Hello! http://framework.zend.com/manual/en/zend.locale.parsing.html Following example is not working for me: $locale = new Zend_Locale('de_AT'); $number = Zend_Locale_Format::toNumber(13547.3678, array('precision' => 2,

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Antalóczy Tibor
ls on reproduction. The OS is too less for reproduction. Greetings Thomas I18N Team Leader - Original Message - From: "Antalóczy Tibor" <[EMAIL PROTECTED]> To: "Thomas Weidner" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 09, 2007 1:52 AM Subject: Re: [fw-g

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Andries Seutens
TECTED]> Cc: Sent: Saturday, June 09, 2007 1:52 AM Subject: Re: [fw-general] Zend_Locale_Format::toNumber I just checked JIRA and there was a post yesterday about the same issue: http://framework.zend.com/issues/browse/ZF-1479 I am using ZF on a debian system, but I don't know all the d

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-09 Thread Thomas Weidner
is too less for reproduction. Greetings Thomas I18N Team Leader - Original Message - From: "Antalóczy Tibor" <[EMAIL PROTECTED]> To: "Thomas Weidner" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 09, 2007 1:52 AM Subject: Re: [fw-general] Zend_Locale_F

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-08 Thread Antalóczy Tibor
re announced to add an new issue to jira to get this unexpected behaviour fixed. Greetings Thomas I18N Team Leader - Original Message - From: "Antalóczy Tibor" <[EMAIL PROTECTED]> To: Sent: Saturday, June 09, 2007 12:09 AM Subject: [fw-general] Zend_Locale_Format::toNu

Re: [fw-general] Zend_Locale_Format::toNumber

2007-06-08 Thread Thomas Weidner
eam Leader - Original Message - From: "Antalóczy Tibor" <[EMAIL PROTECTED]> To: Sent: Saturday, June 09, 2007 12:09 AM Subject: [fw-general] Zend_Locale_Format::toNumber Hi, Does anyone have an idea why this code snipet is returning the following result? Code ($this->

[fw-general] Zend_Locale_Format::toNumber

2007-06-08 Thread Antalóczy Tibor
Hi, Does anyone have an idea why this code snipet is returning the following result? Code ($this->view->locale can be any valid locale, the result is the same): for($i=1.7; $i<3.8; $i=$i+0.1) { $number = Zend_Locale_Format::toNumber($i, array('locale' => $this->view->locale));