Aug. 11, 2012
2:48 p.m.
Serhiy Storchaka added the comment: Non-ascii characters already used in a lot (43-50) of doc files. LC_ALL=C find Doc/ -type f -name '*.rst' -exec egrep --color "$(printf '[\x80-\xFF]+')" '{}' + All touched files already contains non-ascii characters (and Misc/HISTORY contains invalid UTF-8 sequence). ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15444> _______________________________________