ashish yadav <[email protected]> wrote:
> I am working on one application which need Sorting in Japanese language.

See if SQLite ICU extension supports what you want:

http://www.sqlite.org/cvstrac/fileview?f=sqlite/ext/icu/README.txt

If it doesn't, then you'll have to implement a custom collation:

http://www.sqlite.org/c3ref/create_collation.html

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to