pytreebank icon indicating copy to clipboard operation
pytreebank copied to clipboard

py3.6

Open CastleDream opened this issue 7 years ago • 2 comments

UnicodeDecodeError: 'gbk' codec can't decode byte 0x92 in position 24783: illegal multibyte sequence

CastleDream avatar Jun 22 '18 01:06 CastleDream

@CastleDream do you know what example that corresponds to in SST? any way to pinpoint what that byte is?

JonathanRaiman avatar Apr 29 '19 01:04 JonathanRaiman

This problem recurs in Windows(caused by read d3.min.js). The problem can be solved by adding encoding="utf-8" in this line

feifan-sun avatar Aug 13 '21 04:08 feifan-sun