From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29237 invoked from network); 28 Apr 2009 19:48:59 -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.6 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; 28 Apr 2009 19:48:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 9057 invoked from network); 28 Apr 2009 19:48:54 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Apr 2009 19:48:54 -0000 Received: (qmail 10820 invoked by alias); 28 Apr 2009 19:48:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26895 Received: (qmail 10805 invoked from network); 28 Apr 2009 19:48:49 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Apr 2009 19:48:49 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6E27680EA0C0 for ; Tue, 28 Apr 2009 21:46:40 +0200 (CEST) Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090428194842.OSSC2989.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Tue, 28 Apr 2009 20:48:42 +0100 Received: from pws-pc ([81.107.42.185]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090428194842.FOYQ22934.aamtaout04-winn.ispmail.ntl.com@pws-pc> for ; Tue, 28 Apr 2009 20:48:42 +0100 Date: Tue, 28 Apr 2009 20:48:17 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: D07multibyte.ztst failure on HP-UX 11.11 Message-ID: <20090428204817.12350636@pws-pc> In-Reply-To: <20090428191920.GA6675@otaku> References: <20090427031703.GC28369@otaku> <200904270842.55723.arvidjaar@gmail.com> <20090427192643.GD28369@otaku> <20090428094832.443012a2@news01> <20090428191920.GA6675@otaku> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Cloudmark-Analysis: v=1.0 c=1 a=Zq2OMAw7f5IA:10 a=31JXK0-F5KQA:10 a=V4LaVcK_AAAA:8 a=NLZqzBF-AAAA:8 a=KIFvU8FP91o-BjV1oQQA:9 a=V-LS6n8x2rfMrHh_bz8A:7 a=D9amDa1AnQa4SyGFSBpQHLJEVd8A:4 a=_dQi-Dcv4p4A:10 X-Virus-Scanned: ClamAV 0.92.1/9301/Tue Apr 28 20:49:48 2009 on bifrost X-Virus-Status: Clean On Tue, 28 Apr 2009 19:19:20 +0000 Paul Ackersviller wrote: > On Tue, Apr 28, 2009 at 09:48:32AM +0100, Peter Stephenson wrote: >> The desired answer is that (in the selected UTF-8 locale) >>=20 >> print -oi H=CE=95H H=CE=94H H=CE=93H H=CE=92H H=CE=91H >>=20 >> outputs=20 >>=20 >> H=CE=91H H=CE=92H H=CE=93H H=CE=94H H=CE=95H >>=20 >> (the middle letters are all upper case Greek). Does it work without the >> -i? >=20 > No, no difference on that machine. How about accented European characters like % print -oi H=C3=9BH H=C3=94H H=C3=8EH H=C3=8AH H=C3=82H H=C3=82H H=C3=8AH H=C3=8EH H=C3=94H H=C3=9BH ? --=20 Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/