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

Fix error loading LUT files with Turkish locale #984

Merged
merged 3 commits into from
Apr 22, 2020
Merged

Fix error loading LUT files with Turkish locale #984

merged 3 commits into from
Apr 22, 2020

Commits on Apr 9, 2020

  1. Fix error loading LUT files with Turkish locale

    In file parsing there are tests like Lower(x) == "spilut". However this was
    using the locale dependent std::tolower, which for Turkish does not change
    I to i.
    
    Instead this implements a custom Lower() function which is not affected by
    locale and so can be used for file parsing.
    
    Signed-off-by: Brecht Van Lommel <brecht@blender.org>
    brechtvl committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3ca08fa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    1ddc3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c1e4c6 View commit details
    Browse the repository at this point in the history