UnicodeDecodeError: ‘utF-8’ codec can’t decode byte 0xd3 in position 238: invalid Continuation B was successfully resolved
directory
To solve the problem
solution
The solution
directory
To solve the problem
solution
The solution
To solve the problem
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xd3 in position 238: invalid continuation byte
solution
Unicode decoding error: the “UTF-8” codec could not decode the byte 0xD3 in position 238: The continuing byte is invalid
The solution
Open the file in python’s IDE with a line of code at the top!
# -*- coding: utf-8 -*-
or
# coding: utf8