[issue4008] IDLE: checksyntax() doesn't support Unicode?

Pavel Kosina report at bugs.python.org
Sat Jan 3 06:00:26 CET 2009


Pavel Kosina <geon at post.cz> added the comment:

I vote for fixing this too. This might be simplified/another example of
above mentioned issues:

# -*- coding: utf-8 -*-
print ("ěščřžýáíé")

in IDLE prints this:
>>> 
ěščřžýáíé

When running this script under python command line from another editor,
I get the output readable as expected.

----------
nosy: +geon

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


More information about the Python-bugs-list mailing list