Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Locale
-
Labels:None
Description
Hi,
echo Zend_Locale_Format::getFloat('.99',array('precision' => 2, 'locale' => 'en_GB' ));
returns
No localized value in .99 found, or the given number does not match the localized format
ups, wrong button hit...
My first thought was to edit the pattern in the locales XML, but had no success. So my solution isn't appended, in cause of only checking the first char if it matches numbers->symbols->decimal of the locale XML.
Adding a pattern didn't work for me.
Thanks in advance,
Sebastian Kors