用户工具

站点工具


windows-936-2000编码问题

这是本文档旧的修订版!


/Users/alan/temp_test/20230101/aliyun.20230101.6.网络小说/1056.txt GBK 转换到utf8失败, 'windows-936-2000' codec can't decode byte 0xcf in position 84: reason code 1 (the code point is illegal)

<code python> (Pdb) UnicodeString(data, encoding) * ValueError: 'gb18030' codec can't decode byte 0xcf in position 84: reason code 1 (the code point is illegal) (Pdb) encoding = “GBK” (Pdb) UnicodeString(data, encoding) * ValueError: 'windows-936-2000' codec can't decode byte 0xcf in position 84: reason code 1 (the code point is illegal) <code>

windows-936-2000编码问题.1693476242.txt.gz · 最后更改: 2023/08/31 18:04 由 MNBVC项目组