Re: [sqlite] UTF-question

2006-10-04 Thread drh
Martin Pfeifle <[EMAIL PROTECTED]> wrote: > Hi, > is it possible to use UTF-16 access functionsa, e.g. sqlite3_bind_text16 or > sqlite3_column_text16, > together with a UTF-8 database? > > Do I get a byte identical UTF-8 database file if I write data to the database > using sqlite3_bind_text16

[sqlite] UTF-question

2006-10-04 Thread Martin Pfeifle
Hi, is it possible to use UTF-16 access functionsa, e.g. sqlite3_bind_text16 or sqlite3_column_text16, together with a UTF-8 database? Do I get a byte identical UTF-8 database file if I write data to the database using sqlite3_bind_text16 and if I use sqlite3_bind_text? Best Martin