[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: |
Stephen J. Turnbull |
Subject: |
Re: gnus should accept UTF8 even if UTF-8 is standard |
Date: |
Thu, 16 Oct 2008 13:32:11 +0900 |
Ted Zlatanov writes:
> 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 intended to be a user convenience for typing to iconv and the
like. It was introduced IIRC by glibc, comparing encoding names by
stripping out non-alphanumerics and canonicalizing case. However,
internally Emacs should use the IANA registered names, and only use
aliases where one encoding has multiple names for some reason (are
there any?) or where one encoding is implemented as an alias to
another (binary and iso-8859-1-unix).
I agree that users should be allowed the convenience; this can be done
with a `read-mime-charset' or the like, which will determine what the
user wants and produce a canonical encoding name. I see no good
reason for allowing it to programmers, who will probably spell it "u
M-/ 8" in any case.<wink> If it's being seen in MIME headers, very
likely it's spam. Responsible MUAs will use the names registered with
the IANA where available, but spammers tend to disregard RFCs the way
they disregard all other civilized usage. Emacs should not emulate
them.
- 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, 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 <=
- 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
- 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