tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Use encoding when writing file, fixes #65 #66

Closed tobinus closed 5 years ago

tobinus commented 5 years ago

The user's default encoding was used when writing the file, instead of the specified encoding. On my system (and on Travis CI) UTF-8 is the default, while if you use the C locale, ASCII was used.