You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
Zend_Locale_Format::getNumber should round the number when precision is specified and should truncate number when number format is specified.
Zend_Locale_Format::toNumber should be universal and format with standard and custom CDLR formatted number patterns. This method is used by Zend_Currency:toCurrency for money formatting.
According to documentation Normalization and Localization
Zend_Locale_Format::getNumber
should round the number when precision is specified and should truncate number when number format is specified.Zend_Locale_Format::toNumber
should be universal and format with standard and custom CDLR formatted number patterns. This method is used byZend_Currency:toCurrency
for money formatting.Added tests that show that there are issues. gregsmirnov@71d9151
The text was updated successfully, but these errors were encountered: