From kde-bugs-dist Tue Feb 24 12:55:32 2004 From: Moritz Moeller-Herrmann Date: Tue, 24 Feb 2004 12:55:32 +0000 To: kde-bugs-dist Subject: [Bug 76014] New: Juk does not sort diphtongs (Umlaute) correctly Message-Id: <20040224125532.21228.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=107762733632713 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=76014 Summary: Juk does not sort diphtongs (Umlaute) correctly Product: juk Version: unspecified Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: wheeler kde org ReportedBy: mmh gmx net Version: 2.0 (using KDE 3.2 BRANCH >= 20040204, (testing/unstable)) Compiler: gcc version 3.3.3 20040125 (prerelease) (Debian) OS: Linux (i686) release 2.6.3-20040218 Juk does not sort correctly. In German localisation Umlaute (diphtongs) have to be sorted like this: Ö = Oe Ä = Ae Ü = Ue and so on. I am certain that Qt provides a correct localized alphabetical sorting function for these cases. At the moment juk just puts all the Diphtongs after Z. The current behaviour is a bug , "Ärzte" should not come after "ZZTop". Found this on the web: """Look at the documentation for QListViewItem::compare() (%QTDIR%/doc/html/qlistviewitem.html#compare). In Qt 3.0 (on Windows), it performs a locale-aware comparison. This is useful to get ä ö ü ß sorted correctly in German, for example. """