Tim Romano <tim.rom...@yahoo.com> wrote:
> I wanted to get a clearer sense of how SQLite treats decomposed
> Unicode characters (http://unicode.org/faq/char_combmark.html#2) in
> its various string functions and with the concatenation operator yet
> there doesn't 
> seem to be any way to get them into the database using the SQlite3.EXE
> command-line.

select cast(x'41' as text);
A

The blob (x'41' is a blob literal) is expected to contain a UTF-8 sequence, I 
believe.

Igor Tandetnik


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

Reply via email to