Message86124
> 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 ;-) |
|
| Date |
User |
Action |
Args |
| 2009-04-18 17:27:43 | vstinner | set | recipients:
+ vstinner, pitrou, ocean-city, benjamin.peterson |
| 2009-04-18 17:27:43 | vstinner | set | messageid: <[email protected]> |
| 2009-04-18 17:27:41 | vstinner | link | issue5410 messages |
| 2009-04-18 17:27:41 | vstinner | create | |
|