HomePhabricator

util: use locale-independent parsing in ParseDouble
ec249d4a1d57Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

util: use locale-independent parsing in ParseDouble

Use locale-indepent C++ based parsing instead of C's strtod,
which checks for different input based on the user's locale.
Fixes #6443.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jul 18 2015, 06:16
deadalnixPushed on May 14 2017, 22:04
Parents
rABC7650449a6777: univalue: Avoid unnecessary roundtrip through double for numbers
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCec249d4a1d57: util: use locale-independent parsing in ParseDouble (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jul 18 2015, 07:04