[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: |
Thu, 16 Oct 2008 00:03:28 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) |
On Wed, Oct 15 2008, Ted Zlatanov wrote:
> Reiner Steib <address@hidden> wrote:
>>>>> (define-coding-system-alias 'utf8 'utf-8)
>>>>> (define-coding-system-alias 'UTF8 'utf-8)
> KH> I agree that defining those aliases causes no problem.
BTW, is the uppercase variant useful? AFAICS, it is the only
uppercase variant...
--8<---------------cut here---------------start------------->8---
-*- mode: grep; default-directory: ".../emacs/lisp/international/" -*-
Grep started at Wed Oct 15 23:58:55
grep -nH -e define-coding-system-alias.*[A-Z] *.el
mule-conf.el:1279:(define-coding-system-alias 'UTF8 'utf-8)
Grep finished (matches found) at Wed Oct 15 23:58:55
--8<---------------cut here---------------end--------------->8---
> RS> I seem to recall that (define-coding-system-alias 'utf8 'utf-8) might
> RS> trigger Gnus into sending articles with "Content-type: text/plain;
> RS> charset=utf8" which would be plain wrong [1][2]. But I'm not sure.
>
> If it does we can fix it (maybe it can prefer the original coding system
> before trying its aliases).
On a second though, there must be such a check already, since there
are plenty of coding-system alias which aren't MIME charsets.
> RS> If it becomes a more frequent mistake, we might add (utf8 . utf-8) to
> RS> the default value `mm-charset-synonym-alist'. I hesitate to pollute
> RS> `mm-charset-synonym-alist' by adding entries for each and every pilot
> RS> error.
>
> It's not a pilot error at this point,
How do you know?
> the mangled names have been in common usage for years...
Not in the context of mail/news. See the little statistics in the
above mentioned thread.
Bye, Reiner.
--
,,,
(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, 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, 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
- 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