STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> I cannot see any remarks about masking behavior. :-(

I asked on a french Windows developer channel. The answer is that the 
Windows terminal uses "ANSI" charset even if it's possible to use 
unicode. So it's a bug in Microsoft msvcrt library (directly in the 
terminal implementation), not in Python.

Anyway I think that my patch (msvcrt_wchar.patch) makes the situation 
better ;-)

----------

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

Reply via email to