From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Case mapping of sharp s Date: Thu, 19 Nov 2009 21:08:43 -0500 Message-ID: References: <4B05A11F.5000700@gmx.de> <87iqd6gmpk.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258682947 25314 80.91.229.12 (20 Nov 2009 02:09:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 02:09:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 20 03:09:00 2009 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 1NBIvj-0004nQ-5S for ged-emacs-devel@m.gmane.org; Fri, 20 Nov 2009 03:08:59 +0100 Original-Received: from localhost ([127.0.0.1]:33379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBIvi-00086r-Jo for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 21:08:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBIva-00085D-OX for emacs-devel@gnu.org; Thu, 19 Nov 2009 21:08:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBIvW-000828-DF for emacs-devel@gnu.org; Thu, 19 Nov 2009 21:08:50 -0500 Original-Received: from [199.232.76.173] (port=36729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBIvW-000823-7H for emacs-devel@gnu.org; Thu, 19 Nov 2009 21:08:46 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9092 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBIvU-0000wH-Oj; Thu, 19 Nov 2009 21:08:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAM+IBUvO+IIa/2dsb2JhbACBTtRBhDsEiW8 X-IronPort-AV: E=Sophos;i="4.44,774,1249272000"; d="scan'208";a="49711055" Original-Received: from 206-248-130-26.dsl.teksavvy.com (HELO pastel.home) ([206.248.130.26]) by ironport2-out.pppoe.ca with ESMTP; 19 Nov 2009 21:08:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id BCFBC89A7; Thu, 19 Nov 2009 21:08:43 -0500 (EST) In-Reply-To: <87iqd6gmpk.fsf@lola.goethe.zz> (David Kastrup's message of "Thu, 19 Nov 2009 23:43:19 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117314 Archived-At: > With utf-8, I think that apart from character ranges, search forward and > backward should work perfectly like on 8-bit characters. Exception is I suspect you forgot case-folding. Stefan