We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03eb68d commit 9f24664Copy full SHA for 9f24664
python/binaryview.py
@@ -504,7 +504,7 @@ def __len__(self):
504
505
@property
506
def value(self) -> str:
507
- return self._view.read(self._start, self._length).decode(self._decodings[self._type])
+ return self._view.read(self._start, self._length).decode(self._decodings[self._type], errors='replace')
508
509
510
def raw(self) -> bytes:
0 commit comments