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 least all distros that use UTF-8 as their default encoding should switch to cursesw. Ian Ward -- http://mail.python.org/mailman/listinfo/python-list