ashish yadav <ashishyada...@gmail.com> wrote:
> We can use ICU collation to sort text base on locale by using :
> a. .load './libSqliteIcu.so'
> b. SELECT icu_load_collation('en_EN', 'ENGLISH');
> c.SELECT * FROM Persons ORDER BY LastName COLLATE ENGLISH;
> 
> But now i want to customize ICU Collation rule & then use it with Sqlite3.

What do you mean, customize? What exactly do you have in mind?
-- 
Igor Tandetnik

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

Reply via email to