Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: README.chromium

Issue 7004021: Fixed handling of different decimal separators on DigitList::set(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | patches/nan.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 88316)
+++ README.chromium (working copy)
@@ -155,3 +155,10 @@
+#if (!defined(_MSC_VER) || (_MSC_VER > 1600)) && !defined(CYGWINMSVC)
const int32_t StringPiece::npos;
#endif
+
+14. Fix for locales that don't use '.' as decimal separator: patches/nan.patch
+ - upstream bug: http://bugs.icu-project.org/trac/ticket/8561
+ - Handle other chars besides the dot. This is require because decNumber's
+ parser expects the dot as a decimal separator.
+ - Locales that don't use dot were producing "NaN" values.
+
« no previous file with comments | « no previous file | patches/nan.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698