please help! I am using sqlite3 in ipython notebook to create an SQL database. I think I have successfully created the database, but when I go to look at it I am receiving an en
You can change file character encoding by following steps in these links:
http://mindspill.net/computing/linux-notes/determine-and-change-file-character-encoding/
Get encoding of a file in Windows
Best way to convert text files between character sets?