https://bugs.kde.org/show_bug.cgi?id=404393
Christoph Feck <cf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED Keywords| |junior-jobs --- Comment #2 from Christoph Feck <cf...@kde.org> --- https://cgit.kde.org/kmenuedit.git/tree/treeview.cpp#n144 shows the comparison is made using the QString::operator<(), which according to https://doc.qt.io/qt-5/qstring.html#querying-string-data is not locale-aware, and should be replaced with QString::localeAwareCompare(). -- You are receiving this mail because: You are watching all bug changes.