[issue4787] Curses Unicode Support

STINNER Victor report at bugs.python.org
Wed Dec 31 13:44:51 CET 2008


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

> Python 2.5 also requires the addition of libcursesw 
> but it was working for the Ubuntu release because 
> they specifically added it.

What do you mean by "the addition of libcursesw"? _curses.so of Python 
2.5 is linked to libncursesw.so on Ubuntu Gutsy and Hardy.

If _curses.so is linked to libncurses.so, you can not used multibyte 
charset like UTF-8.

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


More information about the Python-bugs-list mailing list