📜  return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 280: character maps to<undefined> - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:58.753000             🧑  作者: Mango
代码示例2
file = open(filename, encoding="cp437")