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

Port from main to RB-2.1 - Implement locale-agnostic number parsing (#1496) #1548

Merged
merged 1 commit into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. Implement locale-agnostic number parsing (#1496)

    This commit adds support for parsing numbers without being influenced by
    the current system locale. We implement a from_chars
    shim that forwards the call to strto*_l along with a statically
    initialized locale constant.
    
    Fixes #297
    Fixes #379
    Fixes #1322
    
    Co-Authored-By: Patrick Hodoul <Patrick.Hodoul@autodesk.com>
    
    Signed-off-by: amyspark <13498015+amyspark@users.noreply.github.com>
    amyspark authored and hodoulp committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    084c3b4 View commit details
    Browse the repository at this point in the history