This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients AGrzes, ezio.melotti, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-09.23:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423523133.23.0.894556599628.issue23424@psf.upfronthosting.co.za>
In-reply-to
Content
This issue looks to be a duplicate of the issue #1602: windows console doesn't print or input Unicode. It's a limitation of Windows, not of Python itself. Python supports any Unicode character if the output is written in a file (encoded in UTF-8).

Workaround: use IDLE or another Python "REPL" (interactive interpreter) which has a better Unicode support.
History
Date User Action Args
2015-02-09 23:05:33vstinnersetrecipients: + vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, AGrzes
2015-02-09 23:05:33vstinnersetmessageid: <1423523133.23.0.894556599628.issue23424@psf.upfronthosting.co.za>
2015-02-09 23:05:33vstinnerlinkissue23424 messages
2015-02-09 23:05:33vstinnercreate