SyntaxFix
Write A Post
Hire A Developer
Questions
I had same problem with UnicodeDecodeError and i solved it with this line. Don't know if is the best way but it worked for me.
UnicodeDecodeError
str = str.decode('unicode_escape').encode('utf-8')