In my language there is both uppercase I and İ (yes I with . on it). I want the result to be English.
I used the toUpperCase();
method, but it converts i to İ instead I.
It's ridiculous - there has to be some way to make the toUpperCase();
method properly convert in English.