From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Character folding in the pretest Date: Wed, 3 Feb 2016 00:00:33 -0800 Organization: UCLA Computer Science Department Message-ID: <56B1B3A1.2050605@cs.ucla.edu> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1454486458 11580 80.91.229.3 (3 Feb 2016 08:00:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Feb 2016 08:00:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 03 09:00:47 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQsMp-0002sn-8g for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 09:00:47 +0100 Original-Received: from localhost ([::1]:33117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQsMo-0000Yv-M2 for ged-emacs-devel@m.gmane.org; Wed, 03 Feb 2016 03:00:46 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQsMj-0000Ym-Jn for emacs-devel@gnu.org; Wed, 03 Feb 2016 03:00:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQsMe-0003uG-I6 for emacs-devel@gnu.org; Wed, 03 Feb 2016 03:00:41 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:58816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQsMe-0003u0-By for emacs-devel@gnu.org; Wed, 03 Feb 2016 03:00:36 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0C0FB160D70 for ; Wed, 3 Feb 2016 00:00:35 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id b8ikKJiukV2N for ; Wed, 3 Feb 2016 00:00:34 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 1C9AD160E5D for ; Wed, 3 Feb 2016 00:00:34 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id i0xYgUKaWVbV for ; Wed, 3 Feb 2016 00:00:34 -0800 (PST) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id F288E160D70 for ; Wed, 3 Feb 2016 00:00:33 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199214 Archived-At: Per Starb=C3=A4ck wrote: > I suspect for > example that Russian =D0=B8 and =D0=B9 is a similar pair, where it is *= just > wrong* that a search for "=D0=B8" (CYRILLIC SMALL LETTER I) also finds = "=D0=B9" > (CYRILLIC SMALL LETTER SHORT I). For what it's worth, here is an amusing bug report involving two Russians= who=20 disagree about whether to accent-fold =D0=B8 and =D0=B9: http://tracker.firebirdsql.org/browse/CORE-4803