I would like Python to read my document, but then it gives an error. Do you know how I can solve this problem?
Traceback (most recent call last):
File "/Users/PycharmProjects/Basis/venv/Python.py", line 3, in <module>
print(document.read())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd2 in position 16: invalid continuation byte