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 ian_ward
Recipients
Date 2006-02-09.18:03:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The curses module cannot display characters in the
UTF-8 encoding unless _curses it is linked agains
ncursesw.  

This patch checks for and uses the ncursesw version of
the ncurses library before looking for other versions.
History
Date User Action Args
2007-08-23 15:45:37adminlinkissue1428494 messages
2007-08-23 15:45:37admincreate