utf-8 and utf-16 ARE unicode formats. But there are some things that sqlite does not handle without the ICU extension.
The ICU extension extends SQLite with the following functionallity:
       1.1  SQL Scalars upper() and lower()
       1.2  Unicode Aware LIKE Operator
       1.3  ICU Collation Sequences
       1.4  SQL REGEXP Operator

Download the SQLite source and have a look in the ext/icu directory

Sreedhar.a wrote:
Hi,
Does Sqlite support unicode?
I have seen that it supports utf-8 and utf-16.
I want to know whether it supports unicode character formats.
Thanks and Best Regards,
A.Sreedhar.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to