I\'m trying to make a script that gets data out from an sqlite3 database, but I have run in to a problem.
The field in the database is of type text and the contains a ht
for me , using export PYTHONIOENCODING=UTF-8 before executing python command worked .