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.

作者 cben
收信人
日期 2003-03-10.16:45:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-01-20 09:59:22admin链接issue700921 messages
2008-01-20 09:59:22admin创建