For example when i printing:
System.out.println("I".toLowerCase()+ "İ".toLowerCase())
I get this:
i i̇
Well, they are not the same, but there is a problem, the lowercase of these letters I İ
is - ı i
.
How to get the same letters? with no dot?