Source Code:
(back to article)
byte_string = b'\xa5' text = byte_string.decode('utf8', errors='replace') print('done') print(text)
Result:
Report an issue