Issue 1428494: Prefer linking against ncursesw over ncurses library (original ) (raw ) Issue1428494
Created on 2006-02-09 18:03 by ian_ward , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
python-cursesw.diff
ian_ward,2006-02-09 18:03
Patch to setup.py in Unidiff format
Messages (2)
msg49439 - (view)
Author: Ian Ward (ian_ward)
Date: 2006-02-09 18:03
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.
msg49440 - (view)
Author: Martin v. Löwis (loewis) *
Date: 2006-02-11 15:58
Logged In: YES user_id=21627 Thanks for the patch. Committed as r42320 and r42321 .
History
Date
User
Action
Args
2022-04-11 14:56:15
admin
set
github: 42879
2006-02-09 18:03:46
ian_ward
create