Martin.Engelschalk wrote:
> The sorting used by default in sqlite uses normal strcmp - like
> comparison.
>
> This problem has been discussed several times in the mailing list:
> perhaps you want to search the archive.
> You will have to write your own collation, perhaps using the ICU.
> See http://www.sqlite.org/capi3ref.html#sqlite3_create_collation
> http://www.mail-archive.com/sqlite-users%40sqlite.org/
> http://site.icu-project.org/

I'd like to also mention

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

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to