> What have you tried? I've tried
stdscr.addstr(0,0,"aéïoù") or stdscr.addstr(0,0,"leçon") The ASCII chars show correctly, but the accented characters don't, so I see 'ao' or 'leon' on the screen. The term in which I display is 8-bit-able, so the problem is either on ncurses side, or on python side. I have #!/usr/local/bin/python #coding: iso8859-15 at the top of my python file. -- Fabrice DELENTE -- http://mail.python.org/mailman/listinfo/python-list