[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: |
Reiner Steib |
Subject: |
Re: gnus should accept UTF8 even if UTF-8 is standard |
Date: |
Wed, 15 Oct 2008 21:49:21 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) |
On Wed, Oct 15 2008, Ted Zlatanov wrote:
> On Wed, 15 Oct 2008 09:39:41 +0900 Kenichi Handa <address@hidden> wrote:
> KH> Ted Zlatanov <address@hidden> writes:
>>> (define-coding-system-alias 'utf8 'utf-8)
>>> (define-coding-system-alias 'UTF8 'utf-8)
>
> KH> I agree that defining those aliases causes no problem.
[ See <http://thread.gmane.org/gmane.emacs.gnus.general/66962> for a
previous discussion on this topic. ]
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.
For the problem at hand (displaying incoming articles), the user can
type `1 g utf-8 RET' (<menu-bar> <Article> <Display> <View as
different encoding> <utf-8>) or add (utf8 . utf-8) to
`mm-charset-synonym-alist'.
If it becomes a more frequent mistake, we might add (utf8 . utf-8) to
the default value `mm-charset-synonym-alist'. I hesitate to pollute
`mm-charset-synonym-alist' by adding entries for each and every pilot
error.
Bye, Reiner.
[1] <http://www.faqs.org/rfcs/rfc3629.html>
[2] <http://www.iana.org/assignments/character-sets>
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
- 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 <=
- 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, 2008/10/15
- 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