[issue1100] Can't input non-ascii characters in interactive mode

2007-09-04 Thread Sangpil Yoon
Sangpil Yoon added the comment: It's working fine on Windows XP. Thanks. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1100> __ ___ Python-bugs-

[issue1100] Can't input non-ascii characters in interactive mode

2007-09-03 Thread Sangpil Yoon
Changes by Sangpil Yoon: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1100> __ ___ Python-bugs-list mailing list Uns

[issue1100] Can't input non-ascii characters in interactive mode

2007-09-03 Thread Sangpil Yoon
New submission from Sangpil Yoon: I'm not sure if this is a bug or a designed behavior, but I think it would be nice for beginners to be able to enter his/her local characters from an interactive prompt. As interactive mode lacks source code encoding declaration, the interpreter seems to a

[issue1097] input() should respect sys.stdin.encoding when in interactive mode

2007-09-03 Thread Sangpil Yoon
New submission from Sangpil Yoon: Currently in interactive mode, when you try to input non-ascii characters using input() builtin function, you get UnicodeDecodeError. >>> print(input()) 윤상필 Traceback (most recent call last): File "", line 1, in UnicodeDecodeError: '