[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Character set for posting messages
From: |
Sven Joachim |
Subject: |
Re: Character set for posting messages |
Date: |
Wed, 08 Dec 2010 15:45:48 -0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux) |
On 2010-09-25 13:19 +0200, Peter Gerdes wrote:
> Following your advice, I have set
>
> (setq mm-coding-system-priorities '(utf-8))
>
> in my .gnus-File.
That's what I meant, indeed.
> I now would naïvely expect, that every outgoing
> message is forced to be UTF8-encoded. Nevertheless, I see in the header
> of a sent message
>
> Content-Type: text/plain; charset=us-ascii
Yes, that is expected and there is nothing wrong with it. UTF-8 is a
superset of ASCII after all, so if your message does not contain any
non-ASCII characters, message-mode uses us-ascii as charset.
Sven