On Mon, Apr 03, 2000 at 03:18:46PM +0100, Patrick wrote:
> > If non-us-ascii characters are displayed as '?', then you need to
> > adjust your locale (export LANG=tr or export LC_CTYPE=tr). If they are
> > displayed as different characters with diacritics, then you need a
> > different font. Probably. I'm not an expert on this stuff.
>
> Oddly it works for some chatacters when I sent and recieve new messages but
> still lots of characters don't display.
>
> I don't get any effect when I enter export LANG=tr or export LC_CTYPE=tr
> at the Bash prompt. Is there something I've forgotten to set up in
> Linux I wonder?
The character set can be specified in the LANG environment, too (if it
is set up correctly on your system ..... chances are good with
glibc-2.x.x)
Configure your terminal to use the character set best suitable for you,
then in a non-csh use something like
LANG=tr.iso-8859-9
export LANG
Check the $charset mutt variable to reflect this setting. When still some
characters are missing, check your character set for completeness.
Gero