info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Unknown charset: iso 8859-15"


From: Reiner Steib
Subject: Re: "Unknown charset: iso 8859-15"
Date: Tue, 22 Sep 2009 18:14:40 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Tue, Sep 22 2009, Vagn Johansen wrote:

> I get the following message
>   Unknown charset: iso 8859-15
> when I get a mail with a MIME part that specifies charset="iso 8859-15"

The MUA (Mail User Agent) of the sender is broken.  "iso 8859-15" is
invalid, "iso-8859-15" would be correct.  (Note: ` ' vs. `-').

> How can I fix this problem?

Tell the sender to fix the MUA.  Is there a User-Agent (or X-Mailer)
header in the message or do you know the sending MUA?

If you get the warning often and find it too annoying, you can add the
following to ~/.gnus.el:

(require 'mm-util)
(add-to-list 'mm-charset-synonym-alist '(iso 8859-15 . iso-8859-15))

> The is some "support" for ISO-8859-15 in mm-util.el but it looks
> rather weird.

Emacs 22 support iso-8859-15 out of the box.  The "weird" stuff
probably is the hackery for Emacs <= 21.2 or XEmacs.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]