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 akuchling
Recipients
Date 2006-07-26.19:57:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11375

I don't know of anyone working on this; feel free to try
yourself.

I'll continue to maintain the curses module, but don't plan
to embark on any significant new work (adding Unicode
support, adding wide-character features).  If I have an hour
of Python hacking time, I'll spend that time on processing
bugs or patches, not on enhancing a module that few people use.

So, if you'd like to see wide-character support

Note that in Python 2.5 the curses module links against
ncursesw.  It may be possible to display Unicode characters
by setting the locale to something that supports UTF-8 and
then sending UTF-8 strings to methods such as addstr().
History
Date User Action Args
2008-01-20 09:59:25adminlinkissue700921 messages
2008-01-20 09:59:25admincreate