Re: wrong charset
* El 11/05/09 a las 0:49, Derek Martin chamullaba:
> On Fri, May 08, 2009 at 06:08:26PM -0300, Luis A. Florit wrote:
> > The only thing in my .muttrc is 'set charset=//TRANSLIT'. But no
> > matter how I change that, the result is always utf-8.
>
> Let's start with the basics... What is the output of the locale
> command? No options, just the command by itself. For example, on my
> system, I get this:
>
> $ locale
> LANG=en_US.UTF-8
> LC_CTYPE="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_COLLATE=C
> LC_MONETARY="en_US.UTF-8"
> LC_MESSAGES="en_US.UTF-8"
> LC_PAPER="en_US.UTF-8"
> LC_NAME="en_US.UTF-8"
> LC_ADDRESS="en_US.UTF-8"
> LC_TELEPHONE="en_US.UTF-8"
> LC_MEASUREMENT="en_US.UTF-8"
> LC_IDENTIFICATION="en_US.UTF-8"
> LC_ALL=
In mine:
Nokia:~> locale
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES=en_GB
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=
There are no en_US.xxxxxxx options.
Thanks,
L.