From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [yazicivo@ttnet.net.tr: Locale Dependent Downcasing in smtpmail] Date: Fri, 06 Apr 2007 16:15:50 +0900 Message-ID: References: <20070406.084909.48807006.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1175843885 10630 80.91.229.12 (6 Apr 2007 07:18:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Apr 2007 07:18:05 +0000 (UTC) Cc: simon@josefsson.org, rms@gnu.org, schwab@suse.de, cyd@stupidchicken.com, emacs-devel@gnu.org, yazicivo@ttnet.net.tr, eliz@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 06 09:17:30 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 1HZigo-00084M-17 for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 09:16:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZikF-0002hV-RY for ged-emacs-devel@m.gmane.org; Fri, 06 Apr 2007 03:20:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZijn-0002Lu-TD for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:19:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZijm-0002Kw-HC for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:19:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZijm-0002Kb-2b for emacs-devel@gnu.org; Fri, 06 Apr 2007 03:19:58 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HZig7-0008T2-65; Fri, 06 Apr 2007 03:16:12 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id l367FrB1026818; Fri, 6 Apr 2007 16:15:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id l367FpIO028782; Fri, 6 Apr 2007 16:15:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id l367FoUK006042; Fri, 6 Apr 2007 16:15:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.63) (envelope-from ) id 1HZifm-0007dq-Dy; Fri, 06 Apr 2007 16:15:50 +0900 In-reply-to: <20070406.084909.48807006.wl@gnu.org> (message from Werner LEMBERG on Fri, 06 Apr 2007 08:49:09 +0200 (CEST)) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.95 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-detected-kernel: Solaris 8 (1) 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:69110 Archived-At: In article <20070406.084909.48807006.wl@gnu.org>, Werner LEMBERG writes: > > Ummm. So, in casefolding search, which is good; "ma=DFe" > > matches with both "MASSE" and "masse", "ma=DFe" doesn't match > > with them, or "ma=DFe" matches only with "MASSE". > Sorry, I don't understand this sentence. Please reformulate. > Ideally, searching `ma=DFe' should not match `masse', but it should > match `MASSE'. That's what I wanted to know, but it seems very difficult to implement. Provided that we give up that ideal behaviour, which is better; searching `ma=DFe' matches both "masse" and "MASSE", or searching `ma=DFe' doesn't match any of "masse" and "MASSE". > Note that, to make a distinction in the uppercased > version between Ma=DFe (measures, metrics) and Masse (mass, matter), > some people also write `MASZE' for the uppercased version of Ma=DFe. > This use of SZ is oldfashioned and not `official' any more. I hope people don't claim even if we don't support it. :-p --- Kenichi Handa handa@m17n.org