Bug 187843

Summary: Wrong sort order in Korean
Product: [Frameworks and Libraries] kdelibs Reporter: Erich Iseli <ofa-4gl4>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gladhorn, kde-bugs, peter.penz19, winter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 4.13.2
Attachments: CSV showing a short word list with wrong and correct sort order
Screenshot shows korean sort order is correct in Parley KDE 4.13.2
Screenshot shows korean sort order is correct in Dolphin KDE 4.13.2

Description Erich Iseli 2009-03-22 11:34:35 UTC
Version:           0.9.1 (using 4.1.4 (KDE 4.1.4), Kubuntu packages)
OS:                Linux (i686) release 2.6.27-11-generic

Korean words get sorted the wrong way. If applied to English, that would be:

a
b
c
z
aa
ab
zz
aaa
zzz

instead of the correct order as follows:

a
aa
aaa
ab
b
c
z
zz
zzz

Basically, the one-character words come first, then the two-character words etc... Within their length, they are sorted correctly, but they should by no means be sorted according to their length in the first place.
Comment 1 Erich Iseli 2009-03-22 11:36:49 UTC
Created attachment 32335 [details]
CSV showing a short word list with wrong and correct sort order

Sort the numbers in column A to see how the words are sorted in parley and sort the numbers in column C to see how the words should actually be sorted. Can be used as a testcase.
Comment 2 Frederik Gladhorn 2009-03-25 21:44:14 UTC
Is this behavior specific to Parley or does it happen to other KDE apps? (eg Dolphin with file names?)
Comment 3 Erich Iseli 2009-03-26 18:17:10 UTC
Frederick, as I already mentioned, KOffice does it right. But it's interesting you're mentioning Dolphin. I just made a test and there! it is the same as in Parley! So we probably have to escalate this bug to KDE. Is there a way to do this or do I need to open a new bug?
Comment 4 Florian Dittmer 2014-07-04 18:34:17 UTC
Created attachment 87560 [details]
Screenshot shows korean sort order is correct in Parley KDE 4.13.2

Seems this bug can be closed.
Comment 5 Florian Dittmer 2014-07-04 18:35:02 UTC
Created attachment 87561 [details]
Screenshot shows korean sort order is correct in Dolphin KDE 4.13.2

Seems this bug is solved
Comment 6 Allen Winter 2014-07-04 19:49:28 UTC
thanks for testing