Files:
stats.json
-- Top 4000 projects downloaded from PyPI. It is from https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.jsonnonascii.txt
-- Projects with non-ASCII README instats.json
. Generated by1_find_nonascii_packages.py
.2_check_install.py
-- Try installing packages innonascii.txt
.with-ascii.txt
-- Output of2_check_install.py
in ASCII locale.with-utf8.txt
-- Output of2_check_install.py
in UTF-8 locale.failed-ascii.txt
-- Packages failed to install in ASCII locale.failed-utf8.txt
-- Packages failed to install in UTF-8 locale.
$ grep -c "UnicodeDecodeError: 'ascii' codec" with-ascii.txt
82
$ grep -c "UnicodeDecodeError: 'ascii' codec" with-utf8.txt
0
About 82 packages failed to install due to omit encoding="utf-8"
.