oh-my-stars
oh-my-stars copied to clipboard
Unicode issues with file redirecton
$ mystars --version
mystars 1.4.9
$ mystars schnack 2>&1 >/dev/null | tail -n1
UnicodeEncodeError: 'ascii' codec can't encode characters in position 5-6: ordinal not in range(128)
In a Python 2.7.12 virtualenv.
Latest version?
try this:
$ export PYTHONIOENCODING=UTF-8