On 23 Sep 2011, at 11:18am, Mirek Suk wrote:

> I just find entire nul handling in SQLite strange. it's C API why not expect 
> C (that is nul terminated) strings.

That's more or less the problem: C expects 0x00 termination.  But SQLite3 is 
written to support UTF-8 and UTF-16 strings of specified lengths.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to