error! C:\file\example.db is not UTF-8 encoded ipython notebook

前端 未结 3 1921
[愿得一人]
[愿得一人] 2021-01-21 00:49

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

3条回答
  •  渐次进展
    2021-01-21 01:15

    The encoding of file itself is not utf-8.

    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?

提交回复
热议问题