[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: |
Ted Zlatanov |
Subject: |
Re: gnus should accept UTF8 even if UTF-8 is standard |
Date: |
Wed, 15 Oct 2008 16:23:58 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
On Thu, 16 Oct 2008 00:03:28 +0200 Reiner Steib <address@hidden> wrote:
RS> 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.
RS> BTW, is the uppercase variant useful? AFAICS, it is the only
RS> uppercase variant...
RS> -*- mode: grep; default-directory: ".../emacs/lisp/international/" -*-
RS> Grep started at Wed Oct 15 23:58:55
RS> grep -nH -e define-coding-system-alias.*[A-Z] *.el
RS> mule-conf.el:1279:(define-coding-system-alias 'UTF8 'utf-8)
RS> Grep finished (matches found) at Wed Oct 15 23:58:55
It's a common usage, e.g. in locale names. 'UTF-8 is also common and
should be added.
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,
RS> How do you know?
Because we're talking about Emacs-wide coding system aliases, not the
specific pilot error jidanni is reporting, or the Evolution bug we
discussed back in May. The goal is to give the user sensible
conveniences as long as we don't compromise the software, and I think
this is a good solution. If you disagree this is reasonable, I'll defer
to you and the Emacs maintainers as I don't feel too strongly about it.
>> the mangled names have been in common usage for years...
RS> Not in the context of mail/news. See the little statistics in the
RS> above mentioned thread.
Again, we're talking Emacs-wide now. I agree that for mail and news
utf-8 is reasonable.
Ted
- 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 <=
- 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
- Re: gnus should accept UTF8 even if UTF-8 is standard, Richard M. Stallman, 2008/10/17