matt wrote:

> 
> This is usually the result of a mismatch between the character set
> used by your ssh client and the locale settings of your session.
> Here's a link that discusses:
> http://help.lockergnome.com/linux/high-ascii-characters-linux-terminal-
ssh-ftopict487060.html
> 
> [u...@host ~]$ echo $LANG
> en_US.UTF-8  <--make sure your SSH client character set matches this
> value
> 
> Generally, I have found on Redhat and Suse that they now use the above
> by default and that setting my SSH client to use UTF-8 fixes this
> issue.

You mean like this

vend...@big-o:~> echo $LANG
en_US.UTF-8

My system is using UTF-8 by default


-- 
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to