wpcmd icon indicating copy to clipboard operation
wpcmd copied to clipboard

bug 1

Open chenshiforever opened this issue 5 years ago • 2 comments

'gbk' codec can't decode byte 0xaf in position 28: illegal multibyte sequence 在base.py的98行报错了,read的读取,看了下也不知道怎么改

chenshiforever avatar Apr 02 '19 04:04 chenshiforever

'gbk' codec can't decode byte 0xaf in position 28: illegal multibyte sequence 在base.py的98行报错了,read的读取,看了下也不知道怎么改

你的 Markdown 源文件用的是 UTF-8 编码么?

zrong avatar Apr 02 '19 07:04 zrong

'gbk' codec can't decode byte 0xaf in position 28: illegal multibyte sequence 在base.py的98行报错了,read的读取,看了下也不知道怎么改

你的 Markdown 源文件用的是 UTF-8 编码么? 是的,utf8的编码,博客端也是utf8的编码

chenshiforever avatar Apr 02 '19 08:04 chenshiforever