<<< Date Index >>>     <<< Thread Index >>>

Re: Interaction between charset variables and alias definitions



On 2008-11-13, Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx> wrote:

> The most appropriate charset settings for 99.9% of Western users are 
> (credit to Alain Bench):
> 
>      set assumed_charset="windows-1252"
>      set send_charset="us-ascii:iso-8859-1:iso-8859-15:windows-1252:utf-8"
>      charset-hook '^x-unknown$' windows-1252
>      charset-hook '^unknown-8bit$' windows-1252
>      charset-hook '^iso-8859-1$' windows-1252
>      charset-hook '^us-ascii$' windows-1252
>      charset-hook '^none$' windows-1252
>      charset-hook '^iso-8859-8-i$' iso-8859-8
>      charset-hook '^gb2313$' gb18030

I think that last pattern should be 'gb2312$'.

I do appreciate you and Alain continually explaining this charset 
stuff.  Thank you both.

Regards,
Gary