zachary822 / chinese-converter

Converts between traditional and simplified Chinese
https://pypi.org/project/chinese-converter/
MIT License
25 stars 8 forks source link

fails to import #3

Closed Mabeloid closed 1 year ago

Mabeloid commented 1 year ago
Traceback (most recent call last):
  File "[...].py", line 1, in <module>
    import chinese_converter
  File "[...]\site-packages\chinese_converter\__init__.py", line 12, in <module>
    traditional, simplified = f.read().strip(), g.read().strip()
UnicodeDecodeError: 'cp932' codec can't decode byte 0x84 in position 71: illegal multibyte sequence
zachary822 commented 1 year ago

new release is live. update to v1.1.0.