Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 20:14:36 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        sgnezdov@sergei.homeunix.org
Cc:        freebsd-questions@freebsd.org
Subject:   Re: slrn and mutt with language support
Message-ID:  <20050118181436.GA42269@orion.daedalusnetworks.priv>
In-Reply-To: <20050118173825.GA67357@sergei.homeunix.org>
References:  <20050118173825.GA67357@sergei.homeunix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-01-18 09:38, sgnezdov@sergei.homeunix.org wrote:
> I've read about Localization and I plan to do it, but I have a
> couple general questions.
>
> In 99% of the time I am using English.  All I want is to be able to
> read Russian messages in slrn and mutt.  I might want to type a
> Russian message in Emacs or slrn.  The ssh client is FreeBSD ssh or
> Windows PuTTY.

I don't know about slrn, as I don't use it (Emacs & Gnus is my news
reader of choise).

I can assure you that Mutt handles charsets fine though.  My locale
environment settings are:

	% env | egrep 'LANG|LC_' | sort
	LANG=C
	LC_COLLATE=el_GR.ISO8859-7
	LC_CTYPE=el_GR.ISO8859-7
	%

My .muttrc file includes:

	% grep charset .muttrc
	# my terminal can show all characters of this charset
	set charset="greek"
	# what different charsets I will use when sending
	set send_charset="US-ASCII:ISO-8859-1:ISO-8859-7:UTF-8"
	%

That's all that is necessary to read email messages in Greek and post
in US-ASCII or Greek (when 8-bit characters appear in the message).

- Giorgos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050118181436.GA42269>