From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.devel Subject: Re: case-insensitive string comparison Date: Thu, 21 Jul 2022 09:19:37 -0500 Message-ID: <87bktiim4m.fsf@gnu.org> References: <87ilnsq4cr.fsf@gnu.org> <87mtd3n455.fsf@gnu.org> <83ilnrlnd1.fsf@gnu.org> <87lesnlm7a.fsf@gnu.org> <83fsivlllz.fsf@gnu.org> <8735evlko4.fsf@gnu.org> <83czdzlker.fsf@gnu.org> <83ilnrnecn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4290"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 21 16:21:12 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEX39-0000sk-Sl for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 16:21:12 +0200 Original-Received: from localhost ([::1]:43540 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEX38-0003Nc-S6 for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 10:21:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEX1e-0001zS-KT for emacs-devel@gnu.org; Thu, 21 Jul 2022 10:19:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52568) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEX1e-0007XG-9U; Thu, 21 Jul 2022 10:19:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8bN3JATlyhDqOED39R0Q/vCrmnHRgLpY/wY2PzgvkSM=; b=bYWbGKbsq2CGxnX5x/sc rMdUx9SR2PorAthWEvOuHiNMfTwzj4WlGtI/yQk8W64KLy6/AuKL//2X/qwb8PlPr4NtCbc8aZw6P oYRX90CKE/aw2cfYguy0B2tuHXhIma6F2P/6ZBXc6WZitDaDwT/BMwV7jAJxWcqj/LDdGJrn6piEo R5wnuDHuamEPm6CHHKb6cW6+95fqkNntHABlw5N8SjoqKQYAQhRh+a8nClArPXy7E1d7uS+0DuyIP s7hUgsdPPZJ41v0jzyCFqfZ1fd7UzW3cLizz+iewO3D/zd+ZDms5M/eePYAudPi9jx2RuejCiPjLg Yl1+SuxY/VbSVQ==; Original-Received: from [2600:1700:5650:f790::42] (port=59448 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEX1e-0004Ip-0P; Thu, 21 Jul 2022 10:19:38 -0400 In-Reply-To: <83ilnrnecn.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 21 Jul 2022 09:56:24 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292370 Archived-At: On Thu, Jul 21 2022, Eli Zaretskii wrote: >> Date: Wed, 20 Jul 2022 21:16:12 +0300 >> From: Eli Zaretskii >> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org >> >> > > https://unicode.org/reports/tr10/ >> > >> > A footnote pointing the interested reader to this report could already >> > be useful. >> >> I'll see if we have a good place for that. > > Done. Thank you! - I always thought that such technical reports were beyond my comprehension. But this unicode report is quite readable. So there is no need for emacs to reinvent the wheel.