[issue9598] untabify.py fails on files that contain non-ascii characters

Alexander Belopolsky report at bugs.python.org
Sat Sep 4 01:18:09 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> I wouldn’t want to see names of authors/contributors mangled
> in the source.

This is a reason to write names in ASCII.   While Latin-1 is a grey area because most of it's characters look familiar to English-speaking developers, I don't think you will easily recognize my name if I write it in Cyrillic and even if you do, chances are you would not be able to search for it.  On the other hand, everyone who uses e-mail is likely to have a preferred ASCII spelling of his/her name.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9598>
_______________________________________


More information about the Python-bugs-list mailing list