From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16179 invoked from network); 28 Feb 2009 19:19:46 -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=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 Feb 2009 19:19:46 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 87630 invoked from network); 28 Feb 2009 19:19:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Feb 2009 19:19:41 -0000 Received: (qmail 5344 invoked by alias); 28 Feb 2009 19:19:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26634 Received: (qmail 5331 invoked from network); 28 Feb 2009 19:19:35 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Feb 2009 19:19:35 -0000 Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by bifrost.dotsrc.org (Postfix) with ESMTP id 580708058F83 for ; Sat, 28 Feb 2009 20:19:31 +0100 (CET) Received: from torch.brasslantern.com ([173.67.122.60]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KFS00BIRJ03TGHN@vms173003.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 28 Feb 2009 13:19:20 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n1SJJEIQ003549 for ; Sat, 28 Feb 2009 11:19:15 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n1SJJEpK003548 for zsh-workers@sunsite.dk; Sat, 28 Feb 2009 11:19:14 -0800 From: Bart Schaefer Message-id: <090228111914.ZM3547@torch.brasslantern.com> Date: Sat, 28 Feb 2009 11:19:13 -0800 In-reply-to: <200902282208.23567.arvidjaar@gmail.com> Comments: In reply to Andrey Borzenkov "Re: Echoing of 8-bit-characters broken after 4.3.2?" (Feb 28, 10:07pm) References: <2493fbfb0902280035p35223173m60570915dedf405d@mail.gmail.com> <090228095311.ZM3411@torch.brasslantern.com> <200902282208.23567.arvidjaar@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: Echoing of 8-bit-characters broken after 4.3.2? MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9057/Sat Feb 28 14:56:20 2009 on bifrost X-Virus-Status: Clean On Feb 28, 10:07pm, Andrey Borzenkov wrote: } } Hmm ... quoting original mail: } } >This is on freebsd 6.4. } >Unicode ist not used, and I currently do not intend to use it. Oops, sorry about that. Don't know how I missed it. } Wolfgang, what happens if you explicitly disable multibyte support (-- } disable-multibyte) during build? BTW I tried "unsetopt multibyte" when fiddling with this on my Mac, and "unknown" characters were still displayed as <00c3>. (Which is better than in 4.3.4, where they are both displayed and processed as %C3.)