[kmenuedit] [Bug 404393] Sorting by name does not work as expected when some entry contains accented character
Christoph Feck
bugzilla_noreply at kde.org
Sat Mar 9 00:49:04 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=404393
Christoph Feck <cfeck at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|REPORTED |CONFIRMED
Keywords| |junior-jobs
--- Comment #2 from Christoph Feck <cfeck at 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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list