[issue2562] Cannot use non-ascii letters in disutils if setuptools is used.

Martin v. Löwis report at bugs.python.org
Mon Apr 7 21:37:54 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

> If we do use Unicode, I think we might need an extra meta-data,
> "encoding", that would default to "utf8", and that could be used when
> the class needs to serialize the data in a file.

I don't think so. Whenever the data is written to a file, the file
format should specify the encoding.

Regards,
Martin

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2562>
__________________________________


More information about the Python-bugs-list mailing list