[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: Locale Dependent Downcasing in smtpmail]
From: |
Volkan YAZICI |
Subject: |
Re: address@hidden: Locale Dependent Downcasing in smtpmail] |
Date: |
Tue, 03 Apr 2007 16:44:40 +0300 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.96 (gnu/linux) |
Simon Josefsson <address@hidden> writes:
> I note that for future compatibility, we could treat this as UTF-8 but
> I believe it will cause more failures than it is worth. There are no
> advantages today in doing that, and nobody can tell whether there will
> be any advantages from it ever. So the safest is likely to leave this
> as ASCII-only.
I agree.
BTW, here are some more buggy line from lisp/gnus: (These are just a
small minority of the problematic lines as far as I can see from "grep
downcase -RHn lisp/gnus")
nndoc.el:511: (intern (downcase (mail-header-strip encoding))))))
nndoc.el:905: subtype (downcase (match-string 2 content-type))
rfc2047.el:674: (concat "=?" (downcase (symbol-name mime-charset))
Failing Cases:
(downcase "ISO-8859-1") ==> ıso-8859-1
(downcase "text/plain") ==> text-plaın
Regards.
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], (continued)
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Kenichi Handa, 2007/04/02
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Volkan YAZICI, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Kenichi Handa, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Werner LEMBERG, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Eli Zaretskii, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Simon Josefsson, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail],
Volkan YAZICI <=
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Eli Zaretskii, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], David Kastrup, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Andreas Schwab, 2007/04/03
- Message not available
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], David Kastrup, 2007/04/03
- Message not available
- Message not available
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], David Kastrup, 2007/04/03
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Chong Yidong, 2007/04/03
- with-case-table / ascii-case-table (was: address@hidden: Locale Dependent Downcasing in smtpmail]), Reiner Steib, 2007/04/03
- Re: with-case-table / ascii-case-table, Chong Yidong, 2007/04/04
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Richard Stallman, 2007/04/04
- Re: address@hidden: Locale Dependent Downcasing in smtpmail], Andreas Schwab, 2007/04/04