qtcontactsmobility/plugins/contacts/symbian/src/filtering/cntdbinfo.cpp
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 40 b46a585f6909
--- a/qtcontactsmobility/plugins/contacts/symbian/src/filtering/cntdbinfo.cpp	Mon May 03 12:24:20 2010 +0300
+++ b/qtcontactsmobility/plugins/contacts/symbian/src/filtering/cntdbinfo.cpp	Fri May 14 15:42:23 2010 +0300
@@ -150,7 +150,7 @@
                     // Default sort order
                     QString col;
                     if(s.caseSensitivity() == Qt::CaseInsensitive)
-                        col= ' ' + columnName + ' ' + "COLLATE NOCASE ASC";
+                        col= ' ' + columnName + ' ' + "COLLATE CompareC3";
                     else
                         col= ' ' + columnName + ' ' + "ASC";
                     list.append(col);