| Index: README.chromium
|
| ===================================================================
|
| --- README.chromium (revision 83674)
|
| +++ README.chromium (working copy)
|
| @@ -150,3 +150,9 @@
|
| +#if (!defined(_MSC_VER) || (_MSC_VER > 1600)) && !defined(CYGWINMSVC)
|
| const int32_t StringPiece::npos;
|
| #endif
|
| +
|
| +13. Fix for locales that don't use '.' as decimal separator: patches/nan.patch
|
| + - 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.
|
| +
|
|
|