Re: Send email using SMTP

[email protected] (Adam Jimerson) Fri, 09 Jan 2009 19:39:28 -0500
Newsgroups perl.beginners.cgi
Organization se
Message-ID <[email protected]>
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
> 
> [user@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

vendion@Big-O:~> echo $LANG
en_US.UTF-8

My system is using UTF-8 by default