"Martin v. Löwis" <[EMAIL PROTECTED]> wrote:

> ncurses expects byte strings (although I'm uncertain as to what
> impact multi-byte encodings have in ncurses).

It depends on whether python's curses binding is linked with the wide-character
flavor (ncursesw) or the normal one.  If it's linked with ncursesw, strings are
interpreted according to the locale settings.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to