Sangpil Yoon added the comment:
It's working fine on Windows XP. Thanks.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1100>
__
___
Python-bugs-
Changes by Sangpil Yoon:
--
type: -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1100>
__
___
Python-bugs-list mailing list
Uns
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
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: '