On 13 May 2012, at 6:26pm, Richard Hipp <d...@sqlite.org> wrote:

>   sqlite> select length('Gödel'), length(CAST('Gödel' AS blob));
>   5|6
> 
> SQLite does not know how to convert unicode to upper or lower case because
> case conversion is locale dependent.  But the number of characters in a
> string is not locale dependent, nor does it require massive tables, so
> SQLite does that just fine.

Cool.  Thanks.

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

Reply via email to