Closed feraligatr closed 1 year ago
In json standard specification, numbers are "invariant culture", always using dot as decimal point. However in fpconv.c, fpconv_update_locale() is called to determine localized decimal point, that is totally wrong for json.
My fault.
In json standard specification, numbers are "invariant culture", always using dot as decimal point. However in fpconv.c, fpconv_update_locale() is called to determine localized decimal point, that is totally wrong for json.