FastWordQuery
FastWordQuery copied to clipboard
stardict导入问题,此处应加上,encoding='utf-8'
在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