[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus should accept UTF8 even if UTF-8 is standard
From: |
Katsumi Yamaoka |
Subject: |
Re: gnus should accept UTF8 even if UTF-8 is standard |
Date: |
Thu, 16 Oct 2008 09:15:47 +0900 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
>>>>> Reiner Steib wrote:
> I seem to recall that (define-coding-system-alias 'utf8 'utf-8) might
> trigger Gnus into sending articles with "Content-type: text/plain;
> charset=utf8" which would be plain wrong [1][2]. But I'm not sure.
I installed the latest Emacs trunk and did some tests with a
message written in Japanese.
1.
(setq mm-coding-system-priorities '(utf8)) is ok. Messages to
be sent don't seem to be labeled with charset=utf8 .
(setq mm-coding-system-priorities nil) is ok, too.
2.
Type `C-c C-m p text/plain RET' in the message buffer and add
charset=utf8 manually as follows:
< #part type="text/plain" disposition=inline charset=utf8>
In this case the message will be sent with charset=utf8 .
By this result I got to think the system-wide utf8 alias might
be harmful. The utf8 alias is needed only for reading wrong
configured messages, isn't it? If so, I think it is enough
using `gnus-summary-show-article-charset-alist'.
cf. (info "(gnus)Paging the Article")
Note that adding (utf8 . utf-8) to `mm-charset-synonym-alist'
causes the same problem (I verified it with Emacs 22.3).
Regards,
- Re: gnus should accept UTF8 even if UTF-8 is standard, Ted Zlatanov, 2008/10/14
- Re: gnus should accept UTF8 even if UTF-8 is standard, Kenichi Handa, 2008/10/14
- Re: gnus should accept UTF8 even if UTF-8 is standard, Richard M. Stallman, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Ted Zlatanov, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Reiner Steib, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Ted Zlatanov, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Reiner Steib, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Ted Zlatanov, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard,
Katsumi Yamaoka <=
- Re: gnus should accept UTF8 even if UTF-8 is standard, Reiner Steib, 2008/10/20
- Re: gnus should accept UTF8 even if UTF-8 is standard, Stephen J. Turnbull, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Eli Zaretskii, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Ted Zlatanov, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Stefan Monnier, 2008/10/15
- Re: gnus should accept UTF8 even if UTF-8 is standard, Richard M. Stallman, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Stefan Monnier, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Eli Zaretskii, 2008/10/16
- Re: gnus should accept UTF8 even if UTF-8 is standard, Richard M. Stallman, 2008/10/17
- Re: gnus should accept UTF8 even if UTF-8 is standard, Stefan Monnier, 2008/10/18