Name Normalization is strange cross cultures

Because of MySQL's string mathcing, a name containing İ will match that same name, but with i in place. E.g. somethİng will match something. (This is also a problem with ToLowerInvariant in C#, but I will be purging those from the code and making it just use MySQL normalization and string.Equals.).

This is maybe not a problem, but I'm putting it here to document that we're aware of it and can address it if it becomes a problem.