[mew-int 00732] Re: convert

Tatsuya Kinoshita tats at example.com
Fri Feb 22 21:16:12 JST 2002


On Fri, 22 Feb 2002 09:29:53 +0100 (CET),
Bastien Guerry <baztien at example.com> wrote:

> > Will you explain the real name of VARIANT_LATIN9 to me?
> 
> This was generaly "utf-8".

> (mew-add-first mew-cs-database-for-decoding
> 	      '("utf-8" . iso-8859-15))

This configuration conflicts with a real utf-8, so you can't use
utf-8 even if you use Mule-UCS.

> (mew-add-first mew-cs-database-for-decoding
> 	      '("iso-8859-15" . iso-8859-15))
> 
> (mew-add-first mew-cs-database-for-decoding
> 	       '("iso-8859-1" . iso-8859-15))
> 
> (setq mew-cs-database-for-decoding
>       (mew-uniq-alist mew-cs-database-for-decoding))

> And I have installed mule-ucs just from you indicate to me.
> Is anything wrong with the lines above?

Your mail will be encoded with iso-8859-1 instead of iso-8859-15
even if you put the EURO SIGN.

If you want to encode a mail with iso-8859-15, see [mew-int 00724]
again.  The code sequence is important.

Anyway, this is not a reasonable solution.  I'm hoping for an
improvement of the encoding feature of Mew.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list