Reformatted excerpts from Alexandre Buisse's message of 2008-05-19:
> I am trying to obtain the latest git version in order to have good
> UTF8 support (as it's behaving really badly at the moment)

Check out recent mailing list traffic on this subject. You can checkout
the ncursesw branch and compile a wide-character Ruby ncurses library.
With that, wide characters actually get displayed correctly.

The remaining issue is that there's no way of determining the display
width of wide character, and no way of taking a substring of a
wide-character string based on character display widths. There's a libc
function called wcwidth that I've been playing around with importing via
dlopen, which would be the logical starting point for, but haven't quite
managed to make that work.

> but the git repository doesn't seem to work. I obtain:
> 
> fatal: The remote end hung up unexpectedly
> fetch-pack from 'git://repo.or.cz/sup.git' failed.

I just tried it and it worked. Could it be a transient failure?

> When I try to browse the repository on the web, I get that there is
> malformed content at line 64, on the '@' sign of the email address that
> is there.

Yes, I've asked them to fix this but no response. I am considering
migrating to gitorious or github for this reason.
-- 
William <[EMAIL PROTECTED]>
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk

Reply via email to