STINNER Victor added the comment:

> The poor interaction with the Windows command line is still a bug in CPython 
> - we could mark it closed/later but I don't see any value in doing so.

I don't see any value in keeping the issue open since nobody worked on it last 
7 years. I just want to make it clear that we will *not* fix this issue.

Well, in fact I spent a lot of hours trying to find a way to fix the issue, and 
my conclusion is that it's not possible to handle correctly Unicode (input and 
output) in a Windows console. Please read the whole issue for the detail.

The win_unicode_console project may improve the Unicode support, but I'm 
convinced that it still has various issues because it is just not possible to 
handle all cases.

A workaround is to not use the Windows console, but use IDLE or another 
shell... Try maybe PowerShell. But PowerShell has at least an issue with the 
code page 65001 (Microsoft UTF-8): see the issue #21927.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1602>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to