FastWordQuery icon indicating copy to clipboard operation
FastWordQuery copied to clipboard

stardict导入问题,此处应加上,encoding='utf-8'

Open nehCkirE opened this issue 6 years ago • 0 comments

在libs/pystardict.py,第53行处,不然会导致一些stardict的离线字典识别不出来 _file = open(ifo_filename, encoding='utf-8')

https://github.com/sth2018/FastWordQuery/blob/b3da589ac8e7274095d566deefcf68c1470b201f/addons21/fastwq/libs/pystardict.py#L53

nehCkirE avatar Nov 28 '19 12:11 nehCkirE