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

refactor: Use functions guaranteed to be locale independent (ToLower, IsDigit, IsSpace) #2265

Merged
merged 3 commits into from
Aug 5, 2021

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    7070955 View commit details
    Browse the repository at this point in the history
  2. Use ToLower

    barton2526 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    643fe1b View commit details
    Browse the repository at this point in the history
  3. Replace complex locale call with existing function, add test case

    No need for a complex method when we have DateTimeStrFormat
    barton2526 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7e4bf4c View commit details
    Browse the repository at this point in the history