Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
cho em hỏi khi em đang xem và viết dòng này trong bài 19: 'Xử lý file trong python'
'file_oject=open('new1.txt')
data = file_oject.read()
print(data)
thì hiện ra lỗi này
(return codecs.charmap_encode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 15: character maps to <undefined>)
không biết phải khắc phục như thế nào ạ?