[issue6745] (curses) addstr() takes str in Python 3
STINNER Victor
report at bugs.python.org
Fri Aug 28 01:15:39 CEST 2009
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
I don't really understand because your example, umlaut3x.py, works
correctly on my computer (py3k, ubunty jaunty).
> The point is, currently, it is broken if the user
> does not use an utf-8 environment.
So the problem is that the charset is hardcoded to utf8. You would like
to be able to change that. Or better, than Python guess your terminal
charset. Right?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6745>
_______________________________________
More information about the Python-bugs-list
mailing list