Cory Nelson >If you aren't getting the expected results you might try creating a custom >collation. But afaik hiragana and katakana should both sort fine, as both >are in lexicographical order (ie, ??????????) which is what sqlite uses by >default. What about Japanese Kanji? Will sqlite sort all the Hiragana,Katakana,Kanji. I am having some records with starting Unicode as follows. 6B4C Kanji 歌手生活25周却記念 北島三石1 30A2 Katakana アンテナ I am storing it using sqlite3_bind_text16(). But if I sort the above two the Unicode with 6B4C comes first but my desired output is 30A2 Katakana アンテナ 6B4C Kanji 歌手生活25周却記念 北島三石1 Where I was wrong.Kindly advice. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users