用户工具

站点工具


windows-936-2000编码问题

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
windows-936-2000编码问题 [2023/08/31 17:43] MNBVC项目组windows-936-2000编码问题 [2023/08/31 18:04] (当前版本) MNBVC项目组
行 1: 行 1:
 /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) /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)
 +
  
 {{:pasted:20230831-174256.png}} {{:pasted:20230831-174256.png}}
 +
 +<code>
 +(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编码问题.1693475026.txt.gz · 最后更改: 2023/08/31 17:43 由 MNBVC项目组