return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 375: char
acter maps to <undefined>
- https://stackoverflow.com/questions/12213178/python-traceback-codecs-charmap-decodeinput-self-errors-decoding-table0 - https://docs.python.org/3/howto/unicode.html - https://g.zeos.in/?q=codecs.charmap_decode%20UnicodeDecodeError
Обсуждают сегодня