[dolphin] [Bug 441271] [Feature Request] Support sorting files by Chinese numbers
Ismael Asensio
bugzilla_noreply at kde.org
Sat Aug 21 14:29:34 BST 2021
https://bugs.kde.org/show_bug.cgi?id=441271
Ismael Asensio <isma.af at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |isma.af at gmail.com
--- Comment #1 from Ismael Asensio <isma.af at gmail.com> ---
Created attachment 140913
--> https://bugs.kde.org/attachment.cgi?id=140913&action=edit
Chinese number sorting
That's an interesting request. Thanks!
Sorting of chinese numbers fails, first on a string level, because their
unicode representations are not sorted as the numbers they represent. Instead
they get sorted as 1 7 3 2 5 9 8 6 10 4
(https://shkspr.mobi/blog/2016/11/how-do-you-sort-chinese-numbers/).
For what I've checked up, for advanced sorting, dolphin relies on the Qt
sorting mechanism through the class QCollator, which supports
internationalization.
I think this might be an issue which is worth to fix upstream.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list