Patches item #1428494, was opened at 2006-02-09 19:03 Message generated for change (Comment added) 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: Closed >Resolution: Accepted 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. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-02-11 16:58 Message: Logged In: YES user_id=21627 Thanks for the patch. Committed as r42320 and r42321. ---------------------------------------------------------------------- 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
