Update real number support with locale-neutral code
michaelrsweet opened this issue · 1 comments
michaelrsweet commented
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