[issue23424] Unicode character ends interactive session

2015-02-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> windows console doesn't print or input Unicode ___ Python tracker

[issue23424] Unicode character ends interactive session

2015-02-09 Thread eryksun
eryksun added the comment: This isn't a Python bug. The Windows console doesn't properly support UTF-8. See issue 1602 and Drekin's win-unicode-console, an alternative REPL based on the wide-character (UCS-2) console API. FWIW, I attached a debugger to conhost.exe under Windows 7 to inspect wh

[issue23424] Unicode character ends interactive session

2015-02-09 Thread STINNER Victor
STINNER Victor added the comment: 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:

[issue23424] Unicode character ends interactive session

2015-02-09 Thread Grzegorz Abramczyk
New submission from Grzegorz Abramczyk: Inputing some Unicode characters (like 'łąśćńó...') causes interactive session to abort. When console session is set to use UTF-8 code page (65001) after diacritic character appears in string the session abruptly ends. Looking into debug output it looks