From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7984 invoked from network); 5 May 2009 19:39:54 -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.5 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; 5 May 2009 19:39:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 86772 invoked from network); 5 May 2009 19:39:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 May 2009 19:39:48 -0000 Received: (qmail 19726 invoked by alias); 5 May 2009 19:39:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26933 Received: (qmail 19712 invoked from network); 5 May 2009 19:39:42 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 5 May 2009 19:39:42 -0000 Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 38A9E80590A3 for ; Tue, 5 May 2009 21:38:50 +0200 (CEST) Received: from sdf.lonestar.org (IDENT:pda@ukato.freeshell.org [192.94.73.7]) by sdf.lonestar.org (8.14.3/8.13.8) with ESMTP id n45JdVAJ016462 for ; Tue, 5 May 2009 19:39:31 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.3/8.12.8/Submit) id n45JdVCo026164 for zsh-workers@sunsite.dk; Tue, 5 May 2009 19:39:31 GMT From: Paul Ackersviller Date: Tue, 5 May 2009 19:39:31 +0000 To: zsh-workers@sunsite.dk Subject: Re: D07multibyte.ztst failure on HP-UX 11.11 Message-ID: <20090505193931.GA2944@svalbard> Mail-Followup-To: zsh-workers@sunsite.dk References: <20090501145253.GA5070@svalbard> <200905011518.n41FIlHi005089@news01.csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905011518.n41FIlHi005089@news01.csr.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/9330/Tue May 5 18:18:50 2009 on bifrost X-Virus-Status: Clean On Fri, May 01, 2009 at 04:18:47PM +0100, Peter Stephenson wrote: > Presumably then we need to find out what > > LC_ALL=C; print $'\u00e9' > > is doing in the code. I meant to get to this on the weekend, but my internet service at home wasn't working worth crap. Anyway, I'm about to trace into the code for this. First I thought a couple of other details may tweak something for you, they don't make any sense to me. I can get read to silently fail on the HP box with env -i LANG=en_US.utf8 ../Src/zsh -fc \ "(LC_ALL=C; print \$'\\u00e9') | read || print failure" Taking out any of the read, the LC_ALL=C, or the sub-shelling gives a zero return to the left of the "print failure".