From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15204 invoked from network); 6 May 2008 02:32:30 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 May 2008 02:32:30 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 34515 invoked from network); 6 May 2008 02:32:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 May 2008 02:32:21 -0000 Received: (qmail 7011 invoked by alias); 6 May 2008 02:32:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24928 Received: (qmail 6994 invoked from network); 6 May 2008 02:32:18 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 May 2008 02:32:18 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTP id AE57680ED173 for ; Tue, 6 May 2008 04:32:14 +0200 (CEST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200803; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:Content-Transfer-Encoding:In-Reply-To; b=Zk5QU9q/tgy3T8uQLpwvkqI9RYjYF7g+BvJsvdNa/bk0MR5kGwx91cJDGuPjtRvloDTtIfdsmNDzWJRChIB/+D92azQUkpexVz67D8OKFU3qTYdjjszCPipSXNdGdhqc4KUewxZeOAs6AVPRgDr9mEf3cZxd4fYC+nL+HiXOlvM=; Received: by smtp.spodhuis.org with local id 1JtCyR-000Eqh-Eb; Tue, 06 May 2008 02:32:11 +0000 Date: Mon, 5 May 2008 19:32:11 -0700 From: Phil Pennock To: "Jun T." Cc: zsh-workers@sunsite.dk Subject: Re: zsh 4.3.6 FreeBSD bug Message-ID: <20080506023211.GB81569@redoubt.spodhuis.org> Mail-Followup-To: "Jun T." , zsh-workers@sunsite.dk References: <20080503073947.GA22661@redoubt.spodhuis.org> <20080504131913.5b0b0ca5@pws-pc> <20080504193746.1f663c4f@pws-pc> <20080505003858.GA90654@redoubt.spodhuis.org> <9F936DDA-74D9-4BDE-89FC-BF00FCFF0C2E@kba.biglobe.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9F936DDA-74D9-4BDE-89FC-BF00FCFF0C2E@kba.biglobe.ne.jp> X-Virus-Scanned: ClamAV 0.91.2/7040/Tue May 6 03:52:15 2008 on bifrost X-Virus-Status: Clean On 2008-05-06 at 05:02 +0900, Jun T. wrote: > On 2008/05/05, at 09:38, Phil Pennock wrote: >> This is with LC_CTYPE=en_US.UTF-8 and connecting remotely (iTerm on >> MacOS 10.4.x). > > It seems iTerm has some problems in displaying multibyte characters. > > I can't access any FreeBSD machine so I tested on MacOSX 10.5 locally > with iTerm (i.e., zsh running on MacOSX), and found the same problem. > Terminal.app on 10.5 is much better than iTerm in multibyte support > and can display £€ without any problem. > > I can't test on MacOSX 10.4 now, and don't know Terminal.app on 10.4 > is better than iTerm or not. > Could you please try Terminal.app on 10.4? Confirmed, no problems with Terminal.app; thanks. Okay, not a bug in zsh, so it's _just_ the problems in getting the code to compile in the first place and which versions do or don't need special-casing. *sigh* Regards, -Phil