On Mon, May 14, 2012 at 9:48 AM, Frank Chang <[email protected]>wrote:
> > Good morning, Is it possible to accurately retrieve UTF-8 String stored > in SQLite 3.7.11 databases using sqlite3_column_text? > Yes. That is the default behavior. In fact, I do not know of a way to get it to work otherwise. > If not, what sqlite3 C/C++ api should we use? Thank you. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

