Patches item #1428494, was opened at 2006-02-09 19:03 Message generated for change (Settings changed) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1428494&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: None Status: Open Resolution: None >Priority: 7 Submitted By: Ian Ward (ian_ward) >Assigned to: Martin v. Löwis (loewis) Summary: Prefer linking against ncursesw over ncurses library Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1428494&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
