Adrien Loison 8c1f0cc447 Floats must not be stored as locale dependent
Floats are currently stored formatted per the locale setting. This leads to different values being written whether the locale uses "." or "," for the decimal point for instance. This poses a problem as floats must be stored using "." as the decimal point to be valid.
This commit ensures that the floats are stored correctly by forcing the formatting of the value.
2021-05-05 20:43:02 +02:00
..
2021-03-30 19:42:21 +02:00
2021-03-30 19:42:21 +02:00
2017-09-06 00:33:43 +02:00
2017-09-06 00:33:43 +02:00