[issue15809] IDLE console uses incorrect encoding.

irdb report at bugs.python.org
Sun Nov 17 16:37:19 CET 2013


irdb added the comment:

Well, if there is no other way around this, I think it's better to apply Martin's patch. At least then we will be able to enter any valid utf-8 character in IDLE (although print statement won't print correctly unless the string is decoded first).

(As a Windows user, currently I can't print u'йцук' in interactive mode and get an "Unsupported characters in input" error because my default system encoding (cp1256) can't encode Russian.)

Also it will be more Unicode friendly which is not a bad thing.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15809>
_______________________________________


More information about the Python-bugs-list mailing list