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 18:21:00 +0200 Message-ID: <86648d4efn.fsf@lola.quinscape.zz> References: <87wt0uhee5.fsf@ttnet.net.tr> <873b3hssyt.fsf@mocca.josefsson.org> <87y7l9608n.fsf@ttnet.net.tr> <86hcrx4fv1.fsf@lola.quinscape.zz> <87k5wt5tnx.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 1175617285 28376 80.91.229.12 (3 Apr 2007 16:21:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2007 16:21:25 +0000 (UTC) Cc: simon@josefsson.org, Eli Zaretskii , handa@m17n.org, emacs-devel@gnu.org To: Volkan YAZICI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 03 18:21:17 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 1HYlkq-0006a0-98 for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2007 18:21:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYlo0-0002Ju-1p for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2007 12:24:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYlnw-0002H8-QX for emacs-devel@gnu.org; Tue, 03 Apr 2007 12:24:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYlnv-0002Fr-Du for emacs-devel@gnu.org; Tue, 03 Apr 2007 12:24:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYlnv-0002Fo-Aq for emacs-devel@gnu.org; Tue, 03 Apr 2007 12:24:19 -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 1HYlkk-000414-GW for emacs-devel@gnu.org; Tue, 03 Apr 2007 12:21:02 -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 SAA24006 for ; Tue, 3 Apr 2007 18:20:52 +0200 X-Delivered-To: Original-Received: (qmail 4059 invoked from network); 3 Apr 2007 16:21:00 -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 16:21:00 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 4CE1FC3A48; Tue, 3 Apr 2007 18:21:00 +0200 (CEST) In-Reply-To: <87k5wt5tnx.fsf@ttnet.net.tr> (Volkan YAZICI's message of "Tue\, 03 Apr 2007 19\:06\: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:69002 Archived-At: Volkan YAZICI writes: > David Kastrup writes: >>>> Failing Cases: >>>> (downcase "ISO-8859-1") =3D=3D> =C4=B1so-8859-1 >>>> (downcase "text/plain") =3D=3D> text-pla=C4=B1n > ^ > Sorry, for the typo. That's my mistake. I just wanted to give an > example test case for the possible failure situations. That covers the slash. But I also don't believe (downcase "i") -> "=C4=B1". Are you sure about that part of the second lin= e? > Here's small phrase from wikipedia: [...] Yes, I understood all that. But please clear whether you were serious about (downcase "i"): >> (downcase "i") -> "=C4=B1" is clearly wrong even in Turkish. >> >> I actually have a hard time believing this. > > Sorry for the mess. So do you get this or not? The slash you said was a typo. What about "i"? --=20 David Kastrup