RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Changed .ToLower() to .ToLowerInvariant(). #95

Closed antigravities closed 5 years ago

antigravities commented 5 years ago

This will make it so that letters properly reduce to their pairs in the invariant culture. See http://csharp.tips/tip/article/401-turkish-i-in-csharp. Possibly fixes #94.

SerialKicked commented 5 years ago

Yep, fixed it.

RonenNess commented 5 years ago

hi @antigravities, Thank you for this fix! I hope you don't mind I just did the search-replace myself since its really little code and merging a PR is more tedious than it should be.

Thanks! :)