michaelrsweet / mxml

Tiny XML library.
https://www.msweet.org/mxml
Apache License 2.0
426 stars 157 forks source link

Update real number support with locale-neutral code #311

Closed michaelrsweet closed 2 months ago

michaelrsweet commented 2 months ago

Currently support for the MXML_TYPE_REAL type uses strtod and snprintf which change how they parse/format real numbers based on the locale. Need to update this.

michaelrsweet commented 2 months ago

[master 77d609e] Fix real number support in non-English locales (Issue #311)