https://bugs.kde.org/show_bug.cgi?id=522074
--- Comment #6 from Kristen McWilliam <[email protected]> --- My understanding is that the dotted and dottless i variants should be paired, so that the lowercase → uppercase pairing should be: ı → I i → İ The first already happens, because of how Qt's `.toUpper()` works in a locale-unaware manner. Given that we only need İ and this sort of mapping is (so far) not a common problem, I'd suggest we simply add İ to the Turkish diacritics map; we'll end up with it being the same character for both lower and upper-case, but for this one character that doesn't seem like a big deal. -- You are receiving this mail because: You are watching all bug changes.
