zeromq / ingescape

Model-based framework for broker-free distributed software environments. Any language, any OS, web, cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locale sensitive IOP double to string and double string conversions on Windows

roumieu opened this issue · comments

As related in #49 : Ingescape uses atof to convert IOP values from string to double and snprintf to convert IOP values from double to string and is locale sensitive.

The fact of having been confronted with Windows local sensitive raise a question : Should a double IOP always be converted with a point as decimal separator in a string ?