Message 235644 - Python tracker
Message235644
| 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:33 | vstinner | set | recipients: + vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, AGrzes |
| 2015-02-09 23:05:33 | vstinner | set | messageid: <1423523133.23.0.894556599628.issue23424@psf.upfronthosting.co.za> |
| 2015-02-09 23:05:33 | vstinner | link | issue23424 messages |
| 2015-02-09 23:05:33 | vstinner | create | |