bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

JSON format is not consistent across regional locales #114

Closed bkloppenborg closed 9 years ago

bkloppenborg commented 9 years ago

The JSON library, jsoncpp, uses regional locales (as determined through C++) when writing the file. Because of this difference, save files are not compatible when shared between individuals. It would be useful to force jsoncpp to use only the C-standard locale (i.e. following US standards) instead of using user-specific regional locales.