Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update real number support with locale-neutral code #311

Closed
michaelrsweet opened this issue Mar 6, 2024 · 1 comment
Closed

Update real number support with locale-neutral code #311

michaelrsweet opened this issue Mar 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working priority-high
Milestone

Comments

@michaelrsweet
Copy link
Owner

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 michaelrsweet self-assigned this Mar 6, 2024
@michaelrsweet michaelrsweet added bug Something isn't working priority-high labels Mar 6, 2024
@michaelrsweet michaelrsweet added this to the v4.0 milestone Mar 6, 2024
@michaelrsweet
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high
Projects
None yet
Development

No branches or pull requests

1 participant