[issue4787] Curses Unicode Support

STINNER Victor report at bugs.python.org
Wed Dec 31 00:14:41 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> You do mean the Python 3.0 example didn't work, right?

I only tested yje Python3 example and it works correctly on my 
computer. I'm using Python3 trunk but I don't think that the curses 
module changed after the 3.0 release.

$ ./python
Python 3.1a0 (py3k:67973M, Dec 28 2008, 17:53:52)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
>>> import locale; locale.setlocale(locale.LC_ALL, '')
'fr_FR.UTF-8'

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


More information about the Python-bugs-list mailing list