On 1/15/2014 8:25 AM, Rehan Siddiqui wrote:
Does Sqlite support Urdu language. We want to put a lot of urdu text data in 
our software.

Depends on what you mean by "support". SQLite can store arbitrary Unicode strings, whether containing characters used in Urdu or any others. If you need, say, correct sorting for Urdu language strings, that is not supported out of the box and requires the use of extensions (such as http://www.sqlite.org/src/artifact?ci=trunk&filename=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