This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cben
Recipients
Date 2003-03-10.16:45:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There exists a standard for wide-character curses
(http://www.opengroup.org/onlinepubs/7908799/cursesix.html)
and at least ncurses implements it (almost completely;
you need to enable this when configuring it).  It is
essensial for getting the maximum of modern UTF-8
terminals (e.g. xterm).
It would make sense for python's curses module to
support all the wide functions on systems where the
wide curses interface is present, especially since
Python already supports unicode.
History
Date User Action Args
2008-01-20 09:59:22adminlinkissue700921 messages
2008-01-20 09:59:22admincreate