From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Tue, 03 Apr 2007 17:50:10 +0200 Message-ID: <86hcrx4fv1.fsf@lola.quinscape.zz> References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1175615437 19437 80.91.229.12 (3 Apr 2007 15:50:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2007 15:50:37 +0000 (UTC) Cc: simon@josefsson.org, Volkan YAZICI , handa@m17n.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 03 17:50:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HYlH3-00076c-HJ for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2007 17:50:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYlKC-0002Xr-Lw for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2007 11:53:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYlK8-0002Xf-2h for emacs-devel@gnu.org; Tue, 03 Apr 2007 11:53:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYlK5-0002XE-V9 for emacs-devel@gnu.org; Tue, 03 Apr 2007 11:53:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYlK5-0002X9-Rj for emacs-devel@gnu.org; Tue, 03 Apr 2007 11:53:29 -0400 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYlGu-0007rx-A7 for emacs-devel@gnu.org; Tue, 03 Apr 2007 11:50:13 -0400 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id RAA22772 for ; Tue, 3 Apr 2007 17:50:02 +0200 X-Delivered-To: Original-Received: (qmail 2757 invoked from network); 3 Apr 2007 15:50:10 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 3 Apr 2007 15:50:10 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 34186C3A48; Tue, 3 Apr 2007 17:50:10 +0200 (CEST) In-Reply-To: (Eli Zaretskii's message of "Tue\, 03 Apr 2007 18\:29\:42 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68999 Archived-At: Eli Zaretskii writes: >> Cc: Eli Zaretskii , Kenichi Handa , >> emacs-devel@gnu.org >> From: Volkan YAZICI >> Date: Tue, 03 Apr 2007 16:44:40 +0300 >>=20 >> 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") >>=20 >> nndoc.el:511: (intern (downcase (mail-header-strip encoding)))))) >> nndoc.el:905: subtype (downcase (match-string 2 content-type)) >> rfc2047.el:674: (concat "=3D?" (downcase (symbol-name mime-charset)) >>=20 >> Failing Cases: >> (downcase "ISO-8859-1") =3D=3D> =C4=B1so-8859-1 >> (downcase "text/plain") =3D=3D> text-pla=C4=B1n > > Perhaps we should have something like downcase-ascii for such > situations. (downcase "i") -> "=C4=B1" is clearly wrong even in Turkish. And so is (downcase "/") -> "-" I actually have a hard time believing this. --=20 David Kastrup