SQLite Order By places umlauts & speical chars at end
问题 I'm using Phonegap to do a dictionary app for iOS. When querying the database for an alphabetical list I use COLLATE NOCASE : ORDER BY term COLLATE NOCASE ASC This solved the problem that terms starting with a lower case letter where appended to the end (Picked it up from that question). However non-standard characters as öäüéêè still get sorted in the end ~ here 2 examples: Expected: Öffnungszeiten Oberved: Zuzahlung Zuzahlung Öffnungszeiten (or) clé cliquer sur cliquer sur clé I looked