[issue1542677] IDLE shell gives different len() of unicode strings compared to Python shell
Daniel Diniz
report at bugs.python.org
Mon Mar 30 05:42:04 CEST 2009
Daniel Diniz <ajaksu at gmail.com> added the comment:
This is about a disparity between IDLE and the python shell. I'm
guessing different encodings are to blame here and that this is invalid.
The disparity is present in an UCS4 build (IDLE shows UCS2-like
behavior[1], maybe because it's using UTF8?).
[1] http://mail.python.org/pipermail/python-dev/2008-July/080886.html
----------
nosy: +ajaksu2
title: IDLE shell doesn't accept non ascii char input -> IDLE shell gives different len() of unicode strings compared to Python shell
versions: +Python 2.6 -Python 2.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1542677>
_______________________________________
More information about the Python-bugs-list
mailing list