Bug#477366: linking ncurses-ruby against libncursesw5

2009-09-23 Thread Tobias
> ncurses-ruby should be linked against libncursesw? (Namely, it would > enable multibyte Ruby curses programs, No. It would enable ruby curses programs that use "wide character" strings. Programs that use multi-byte character strings such as UTF-8 strings would still not run correctly. See my des

Bug#477366: linking ncurses-ruby against libncursesw5

2009-08-24 Thread William Morgan
What's the status of this? Do you not buy my arguments about why ncurses-ruby should be linked against libncursesw? (Namely, it would enable multibyte Ruby curses programs, and it wouldn't break anything.) Or are you, or anyone else, planning on producing a ncursesw-ruby? -- William -- To UNS

Bug#477366: linking ncurses-ruby against libncursesw5

2009-07-01 Thread William Morgan
Does linking libcurses-ruby against ncursesw break legacy ASCII-only ncurses applications? I suspect not, but I could be wrong. Using a ruby ncurses library linked against ncursesw isn't *sufficient* for an app to magically work with non-ASCII encodings, as you illustrate. However, it is *necessar

Bug#477366: linking ncurses-ruby against libncursesw5

2009-05-01 Thread Tobias
Adeodato Simó suggests to follow through with the suggestion of this bug report and link ncurses-ruby against ncursesw instead of ncurses because he has observed that the sup email program will display non-ascii characters better on a utf-8 terminal when linked like that. I am the upstream author

Bug#477366: linking ncurses-ruby against libncursesw5

2009-04-29 Thread Adeodato Simó
Hello, I don't really use the ncurses-ruby library, but I wanted to try the "sup" mailed which is written in Ruby and makes use of this library. Unfortunately, non-ASCII characters were not rendered correctly. Applying the patch provided by Micah Anderson to ncurses-ruby 1.1-3 solved the renderin