python-petname
python-petname copied to clipboard
Fix UnicodeDecodeError on install
Fixes #11. Bug was reproduced and tested in ubuntu:18.04 Docker image with Python 3.6.9. Root cause is that locale in Ubuntu image is not set to UTF-8 by default, but IMHO this shouldn't be breaking installation just because of a README.
@dustinkirkland Please consider merging
I meet the same error when installing petname in Windows.
Thanks, I've applied the patch and uploaded.