v1.0.2
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.