lenovo-inc / superfishremoval

Utility to remove SuperFish application
Other
209 stars 61 forks source link

Fixed Turkish i problem #4

Closed davidal432 closed 9 years ago

davidal432 commented 9 years ago

ToLower() on an a capital I in certain cultures (TR-tr) will return "latin small letter dotless i" rather than a regular i. Using ToLowerInvariant() will fix this.