Message235644
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. |
|
| Date |
User |
Action |
Args |
| 2015-02-09 23:05:33 | vstinner | set | recipients:
+ vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, AGrzes |
| 2015-02-09 23:05:33 | vstinner | set | messageid: <[email protected]> |
| 2015-02-09 23:05:33 | vstinner | link | issue23424 messages |
| 2015-02-09 23:05:33 | vstinner | create | |
|