[Answered ]-'utf-8' can't decode byte 0xc0 in position 0: invalid start byte

2👍

The byte with code C0 is invalid in UTF-8 encoded text. I don’t know where this text is coming from, but it is either invalid UTF-8, or your code is erroneously trying to treat it as UTF-8.

Leave a comment