Skip to content

v1.0.2

Compare
Choose a tag to compare
@Gouvernathor Gouvernathor released this 25 May 13:13
· 14 commits to main since this release

Fixes an encoding issue with the written files.
When passed a file name, the write functions opened a file in the local encoding, as is the infortunate default behavior of Python, but now it will be opened in UTF-8 mode.
It's always possible to pass a file opened under another encoding.