Skip to content

Instantly share code, notes, and snippets.

@ozgurozkok
Created October 24, 2021 20:01
Show Gist options
  • Save ozgurozkok/f9ea8128def12d5865ecc648f58197c2 to your computer and use it in GitHub Desktop.
Save ozgurozkok/f9ea8128def12d5865ecc648f58197c2 to your computer and use it in GitHub Desktop.
The Turkish İ Problem and Why You Should Care
const string input = "interesting";
bool comparison = input.ToUpper() == "INTERESTING";
Console.WriteLine("These things are equal: " + comparison);
Console.ReadLine();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment