https://bugs.kde.org/show_bug.cgi?id=441271

Ismael Asensio <isma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isma...@gmail.com

--- Comment #1 from Ismael Asensio <isma...@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 watching all bug changes.

Reply via email to