Apr-10-2018, 08:16 AM
(This post was last modified: Apr-10-2018, 08:17 AM by Gribouillis.)
You're perhaps trying to decode a string which was not encoded in the utf8 encoding. What do you know about this string? You can try other encodings such as iso9959-1 or cp1252. The chardet module can help you guess the string's encoding.