Sometimes instead of a query like:
"INSERT INTO foo (col1) VALUES ('Boxhagener Straße');"

I receive the utf-8 encoded counterpart:
"INSERT INTO foo (col1) VALUES ('Boxhagener Str\u00c3\u009fe');"

Is there a way to automatically decode this latest query to UTF-8 just using 
sqlite API?
Please note that since I have access to the sqlite amalgamation source code I 
could also expose an internal function.

Thanks.
--
Marco Bambini
http://www.sqlabs.com
http://twitter.com/sqlabs
http://instagram.com/sqlabs



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

Reply via email to