emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]