From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Improve handling of Unicode byte-order marks (BOMs) Date: Fri, 05 Apr 2013 14:15:44 -0400 Message-ID: <87ppy8vo6n.fsf@tines.lan> References: <87ip43zyf0.fsf@tines.lan> <87r4irq0zp.fsf@gnu.org> <874nfnza5g.fsf@tines.lan> <87a9pfml1n.fsf@gnu.org> <87zjxfxsl5.fsf@tines.lan> <8738v69g10.fsf@pobox.com> <87wqshv3gy.fsf@tines.lan> <1365147746.81118.YahooMailNeo@web120403.mail.ne1.yahoo.com> <87vc81z433.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1365278620 29459 80.91.229.3 (6 Apr 2013 20:03:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:03:40 +0000 (UTC) Cc: Andy Wingo , "guile-devel@gnu.org" To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 06 22:03:39 2013 Return-path: Envelope-to: guile-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 1UOZJQ-0001KY-VO for guile-devel@m.gmane.org; Sat, 06 Apr 2013 22:02:09 +0200 Original-Received: from localhost ([::1]:39045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOBBJ-00045F-5s for guile-devel@m.gmane.org; Fri, 05 Apr 2013 14:16:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOBBD-0003zX-OL for guile-devel@gnu.org; Fri, 05 Apr 2013 14:16:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOBB9-00010C-FI for guile-devel@gnu.org; Fri, 05 Apr 2013 14:16:03 -0400 Original-Received: from world.peace.net ([96.39.62.75]:33769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOBB8-0000zw-TH; Fri, 05 Apr 2013 14:15:59 -0400 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UOBB2-0002Vg-A6; Fri, 05 Apr 2013 14:15:52 -0400 In-Reply-To: <87vc81z433.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 05 Apr 2013 12:04:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16166 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mike Gran skribis: > >> It would be a trivial function to write, of course, but there is a >> c-strcasecmp func in gnulib. > > Yes, better use that one. > > (Just add =E2=80=98c-strcase=E2=80=99 in m4/gnulib-cache.m4, run =E2=80= =98gnulib-tool --update=E2=80=99 > with Gnulib v0.0-7865-ga828bb2, and git add the new files.) Done and pushed. Thanks! Mark