[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: |
Eli Zaretskii |
Subject: |
Re: gnus should accept UTF8 even if UTF-8 is standard |
Date: |
Thu, 16 Oct 2008 08:47:49 +0200 |
> From: Ted Zlatanov <address@hidden>
> Date: Wed, 15 Oct 2008 16:23:58 -0500
> Cc: address@hidden
>
> 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.
It's common usage, allright, but it need not be added, because code
that gleans a coding-system from file metadata and email messages
should always downcase the encoding before intern-ing it. If some
code doesn't downcase, that's a bug that needs to be fixed.
- Re: gnus should accept UTF8 even if UTF-8 is standard, (continued)
- 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, 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 <=
- 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
- Re: gnus should accept UTF8 even if UTF-8 is standard, Richard M. Stallman, 2008/10/19
- Re: gnus should accept UTF8 even if UTF-8 is standard, Stefan Monnier, 2008/10/19
- Re: gnus should accept UTF8 even if UTF-8 is standard, Eli Zaretskii, 2008/10/20