areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

Fixed UnicodeDecodeError #93

Closed allieus closed 2 years ago

allieus commented 6 years ago

The README.rst document contains non-ascii characters. The README.rst document is in UTF8 encoding.

On Korean Windows, open will use cp949 encoding. Thus, UnicodeDecodeError is raised.

areski commented 6 years ago

Thanks for the fix, but it breaks on python 2.7 https://travis-ci.org/areski/django-nvd3/jobs/272727089 encoding is not supported in older python version.

Do you know on which place the readme have a non-ascii characters? We could also remove the long description, and keep the setup.py simpler