Hi I am trying to work with an SQLite database using Python, however, the data has a lot of obscure characters (chinese / japanese letters etc.) and as a result my outputs contain a lot of 'UnicodeEncodeError: 'charmap' codec can't encode character' errors.
When I try and encode the outputs to resolve this, I then get the following error:
'AttributeError: 'tuple' object has no attribute 'encode''
Any ideas on how I get around this?