Ruby ncurses can handle UTF8 easily if the attached patch is applied which enables wide character spport.Micah
...
Would the resulting module still work with terminals in other character encodings?-if have_library("ncurses", "wmove") - curses_lib = "ncurses" +if have_library("ncursesw", "wmove") + curses_lib = "ncursesw"
Tobias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]