On Sun, 30 Dec 2007 14:02:59 +0100
Marc Andre Tanner <mat_AT_brain-dump.org> wrote:
esting. 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.
$ echo $LANG
en_US.utf8
$ locale
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE=C
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=
>
> 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 é.
In a simple xterm:
$ perl -C -e 'print pack("U",0x20ac)."\n"'
€
$ perl -C -e 'print pack("U",0x00e9)."\n"'
é
In dvtm, in the two cases, I get a blank character.
Regards,
-- Nicolas Martyanoff http://codemore.org khaelin_AT_gmail.comReceived on Sun Dec 30 2007 - 22:07:01 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:14:46 UTC