Skip to content

Instantly share code, notes, and snippets.

@koraysaritas
Created July 30, 2015 11:40
Show Gist options
  • Save koraysaritas/71ea35b44ca0f9c4987c to your computer and use it in GitHub Desktop.
Save koraysaritas/71ea35b44ca0f9c4987c to your computer and use it in GitHub Desktop.
This is known as "the Turkish I Problem"
string username = txtUsername.Text.ToUpper().ToUpperInvariant().ToLowerInvariant().ToLower().ToUpperInvariant(); // kerim -> KERIM
@koraysaritas
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment