You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this python library. It is very useful.
However sometimes, depending of the .sp file, I get an unicode decode error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xef in position 36: invalid continuation byte
Do you have any idea how to solve this problem ?
The encoding of my sp file seems to be ANSI.
I have tried to convert it into UTF-8, but it didn't solve the problem.
This can be corrected by modifying the 'sp.py file in the plugin folder. In the code it defines the encoding as UTF8. To correct you can either create a copy of the functions and switch the encoding or i just modified the original file and wrapped the function in a 'try' with the 'except' having a copy of the code but with 'ANSI' encoding.
Hello,
Thank you very much for this python library. It is very useful.
However sometimes, depending of the .sp file, I get an unicode decode error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xef in position 36: invalid continuation byte
Do you have any idea how to solve this problem ?
The encoding of my sp file seems to be ANSI.
I have tried to convert it into UTF-8, but it didn't solve the problem.
Thanks in advance.
Originally posted by @ccholet in #53 (comment)
The text was updated successfully, but these errors were encountered: