michaelrsweet/mxml

Update real number support with locale-neutral code

michaelrsweet opened this issue · 1 comments

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.

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