flavio / qjson

QJson is a qt-based library that maps JSON data to QVariant objects.
http://qjson.sourceforge.net
GNU Lesser General Public License v2.1
288 stars 140 forks source link

fixed locale independent double parsing. #29

Closed vrabeux closed 11 years ago

vrabeux commented 11 years ago

Fixed issue #28 "Double parsing broken ?" by changing the app locale and restoring the old one after the string to double conversion.

vrabeux commented 11 years ago

Memory leak ... closing

flavio commented 11 years ago

Moreover this solution wasn't thread safe, that's why I used strtod_l.