unable to print Unicode characters in Python 3

"Martin v. Löwis" martin at v.loewis.de
Tue Jan 27 02:17:01 EST 2009


> Well, the first step would be to tell Python that there is a code page
> 65001. On Python 2.6, I get a LookupError for an unknown encoding after
> doing "chcp 65001". I checked the list of aliases in Python 3 and there
> was no entry for cp65001.

I see. What happens if you add it to encoding/aliases.py?

Regards,
Martin



More information about the Python-list mailing list