馃崚 applets/kicker: make group upper case for Han/Katakana
Original commit message(s)
- applets/kicker: make group upper case for Han/Katakana
Similar to d4a2cd18
Kicker backend transliterates Chinese initial characters in app names to set the group, so that they are alphabetically listed under the corresponding Latin character. It uses the lower-case form of the letter though, which breaks Kickoff's custom ListOfGridsView sections which require them to be upper case, as opposed to the regular ListView, which collates upper and lower case letters on its own. Similarly for apps starting with Japanese Katakana characters.
Instead, return the upper-case version of the letter, just like we now do for apps with lower-case Latin initial letters.
(cherry picked from commit 7422f4fe)
Co-authored-by: Christoph Wolk cwo.kde@posteo.net