DescriptionUse locale insensitive method to parse double literals.
Using strtod does not work because Dart grammar does not necessary match grammar used by strtod. Some locales (e.g. Russian and Danish) use comma instead of dot for radix point.
R=iposva@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=21074
Patch Set 1 #
Total comments: 3
Patch Set 2 : Address Srdjan's comments #
Total comments: 4
Messages
Total messages: 6 (0 generated)
|