You are not logged in.

#1 2008-01-03 04:34:37

fivre
Member
Registered: 2007-04-17
Posts: 99

SSH and Unicode

For some reason, unicode doesn't work in programs started by SSH. I know it can, because I've done it before but lost the command.

$ ssh user@host
$ irssi

This allows me to type unicode into irssi. This, however, makes it show up as weird garbage:

$ ssh user@host irssi

Offline

#2 2008-01-04 12:05:49

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: SSH and Unicode

From the ssh manpage: "If command is specified, it is executed on the remote host instead of a login shell"

That's your issue. Probably you've defined LC_ALL or LANG in .bash_profile or elsewhere, which isn't evaluated in this case.


1000

Offline

Board footer

Powered by FluxBB