Skip to content

v0.3.4 - Windows encoding fix

Choose a tag to compare

@safishamsi safishamsi released this 07 Apr 10:55

What's new

  • Fix UnicodeDecodeError on Windows GBK locale — all read_text() and write_text() calls in graphify/__main__.py now explicitly pass encoding="utf-8". Windows systems with non-UTF-8 default locales (e.g. GBK in Chinese Windows) no longer crash on graphify install.