From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29855 invoked from network); 27 Apr 2009 09:08:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Apr 2009 09:08:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 53185 invoked from network); 27 Apr 2009 09:08:24 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Apr 2009 09:08:24 -0000 Received: (qmail 12667 invoked by alias); 27 Apr 2009 09:08:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26888 Received: (qmail 12657 invoked from network); 27 Apr 2009 09:08:17 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 27 Apr 2009 09:08:17 -0000 Received: from cluster-d.mailcontrol.com (cluster-d.mailcontrol.com [85.115.60.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 2D0F58028C71 for ; Mon, 27 Apr 2009 11:06:22 +0200 (CEST) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly22d.srv.mailcontrol.com (MailControl) with ESMTP id n3R98CWm003401 for ; Mon, 27 Apr 2009 10:08:12 +0100 Received: from news01 ([10.99.50.25]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Mon, 27 Apr 2009 10:08:12 +0100 Date: Mon, 27 Apr 2009 10:08:12 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: PATCH: Enable D07multibyte.ztst for locales ending in .utf8 Message-ID: <20090427100812.39efd4be@news01> In-Reply-To: <20090427031126.GB28369@otaku> References: <20090426171821.GA28369@otaku> <20090427031126.GB28369@otaku> Organization: CSR X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Apr 2009 09:08:12.0782 (UTC) FILETIME=[B13278E0:01C9C717] X-Scanned-By: MailControl A_08_51_00 (www.mailcontrol.com) on 10.68.0.132 X-Virus-Scanned: ClamAV 0.92.1/9292/Mon Apr 27 03:25:00 2009 on bifrost X-Virus-Status: Clean On Mon, 27 Apr 2009 03:11:26 +0000 Paul Ackersviller wrote: > On Sun, Apr 26, 2009 at 05:18:21PM +0000, Paul Ackersviller wrote: > > I had closer look at why Test/D07multibyte.ztst was being skipped on > > HP-UX 11.11, I guess it was just too obvious to spot sooner. The locale > > on the system is en_US.utf8, but that name was being transformed before use. > > A bit of elaboration on this, since I was surprised to find the locales > on my Linux boxen also named en_US.utf8, etc. How could the orginal > test script have been working then? It appears that on Linux you can > set LANG=en_US.UTF-8 and get the (presumably) desired result. Possibly this changed in the meanwhile but it looks like it doesn't care. "UTF-8" is what's retrieved by nl_langinfo(CODESET). -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070