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: David Kastrup
Subject: Re: address@hidden: Locale Dependent Downcasing in smtpmail]
Date: Tue, 03 Apr 2007 17:50:10 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> Cc: Eli Zaretskii <address@hidden>,  Kenichi Handa <address@hidden>,
>>        address@hidden
>> From: Volkan YAZICI <address@hidden>
>> Date: Tue, 03 Apr 2007 16:44:40 +0300
>> 
>> 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
>
> Perhaps we should have something like downcase-ascii for such
> situations.

(downcase "i") -> "ı" is clearly wrong even in Turkish.  And so is
(downcase "/") -> "-"

I actually have a hard time believing this.

-- 
David Kastrup




reply via email to

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