Re: [dwm] [ANNOUNCE] dvtm-0.2

From: Marc Andre Tanner <mat_AT_brain-dump.org>
Date: Sun, 30 Dec 2007 14:02:59 +0100

On Sun, Dec 30, 2007 at 12:03:31PM +0100, Nicolas Martyanoff wrote:
>
> > > > To build dvtm on a system with wide character type:
> > > >
> > > > make unicode && make install
> > > >
> > > > this generates a executable which is linked agains libncursesw.
> > > > Otherwise a plain:
>
> Hi,
>
> I'm testing dvtm 0.2, and I have a bug with unicode characters.
> I use make unicode, so it's linked against ncursesw:
>
> ldd dvtm
> linux-gate.so.1 => (0xb7f3e000)
> libc.so.6 => /lib/libc.so.6 (0xb7df6000)
> libutil.so.1 => /lib/libutil.so.1 (0xb7df2000)
> libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7da4000)
> /lib/ld-linux.so.2 (0xb7f3f000)
>
> My locales are UTF-8, and my term and font are UTF-8-compatible (xterm
> + terminus), but when I compose an unicode character (for example,
> compose+' e), I get a whitespace displayed, whereas without dvtm, I get
> an é.

Hi,

Thanks for testing. Could you please send me the value of $LANG and the
output of locale? It would also be useful if you could run the following
2 lines once within dvtm and once in uxterm.

 perl -C -e 'print pack("U",0x20ac)."\n"'
 perl -C -e 'print pack("U",0x00e9)."\n"'

The first one should print an euro sign, second your é.

> Without that bug, I'm totally fond of dvtm, it's really useful for
> console-freaks like me!

Thanks,
Marc

-- 
 Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
Received on Sun Dec 30 2007 - 14:01:42 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:14:42 UTC