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

Use ToLowerInvariant instead of ToLower #346

Merged
merged 1 commit into from
May 18, 2021
Merged

Use ToLowerInvariant instead of ToLower #346

merged 1 commit into from
May 18, 2021

Conversation

Meivyn
Copy link
Contributor

@Meivyn Meivyn commented May 18, 2021

I was about to become crazy due to this, on some cultures BSIPA ends into IPA\Pending due to mod.name.ToLower() == "bsipa" not correctly matching. See https://stackoverflow.com/a/19778131 for details.

We replace all ToLower to ToLowerInvariant to prevent future similar hair-pulling issues.

@luludotdev luludotdev merged commit f0210e3 into bsmg:master May 18, 2021
Meivyn added a commit to Meivyn/ModAssistant that referenced this pull request Dec 2, 2021
luludotdev pushed a commit that referenced this pull request Dec 23, 2021
kcrg pushed a commit to kcrg/ModAssistant that referenced this pull request Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants