Re: cursesw+setlocale fixes it!

2006-02-09 Thread Ian Ward
Martin v. Löwis wrote: > That's very easy. Contribute a working patch. That patch should support > all possible situations (e.g. curses is ncurses, and ncursesw is > available, curses is ncurses, and ncursesw is not available, curses > is not ncurses), and submit that patch to sf.net/projects/pytho

Re: cursesw+setlocale fixes it!

2006-02-09 Thread Martin v. Löwis
Ian Ward wrote: > Hey, that works for me. Combined characters and wide characters are > working too. > > Now the real problem.. how do I convince the python higher-ups to link > against cursesw by default? That's very easy. Contribute a working patch. That patch should support all possible situa

cursesw+setlocale fixes it! (was: Re: Problem with curses and UTF-8)

2006-02-09 Thread Ian Ward
Damjan wrote: > import curses, locale > locale.setlocale(locale.LC_ALL, '') > s = curses.initscr() Hey, that works for me. Combined characters and wide characters are working too. Now the real problem.. how do I convince the python higher-ups to link against cursesw by default? At the very le