Ruby ncurses can handle UTF8 easily if the attached patch is applied which enables wide character spport.

Micah

...
-if have_library("ncurses", "wmove")
-  curses_lib = "ncurses"
+if have_library("ncursesw", "wmove")
+  curses_lib = "ncursesw"
Would the resulting module still work with terminals in other character encodings?

Tobias




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to