On 2 Mar 2010, at 7:45pm, Adam DeVita wrote:

> If you look in http://www.sqlite.org/capi3ref.html#sqlite3_bind_blob
> for the function
> 
> int sqlite3_bind_text(sqlite3_stmt*, int, const char*, int n, void(*)(void*));
> 
> This will allow you to bind any character into an SQL statement.
> There are other benefits to using this technique.

Do you know whether Kavita should need to treat the directional quote 
characters specially, given standard use of the API ?  As far as I can see he 
or she may be having code page or unicode problems, since these characters 
don't appear in ASCII.

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

Reply via email to