From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19245 invoked from network); 28 Feb 2009 17:53:41 -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 Feb 2009 17:53:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 62002 invoked from network); 28 Feb 2009 17:53:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 Feb 2009 17:53:32 -0000 Received: (qmail 24941 invoked by alias); 28 Feb 2009 17:53:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26630 Received: (qmail 24932 invoked from network); 28 Feb 2009 17:53:27 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 28 Feb 2009 17:53:27 -0000 Received: from vms173011pub.verizon.net (vms173011pub.verizon.net [206.46.173.11]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8B5E1805905D for ; Sat, 28 Feb 2009 18:53:24 +0100 (CET) Received: from torch.brasslantern.com ([173.67.122.60]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KFS007YQF0PH7Y5@vms173011.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 28 Feb 2009 11:53:18 -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 n1SHrCpX003413; Sat, 28 Feb 2009 09:53:13 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n1SHrBWv003412; Sat, 28 Feb 2009 09:53:11 -0800 From: Bart Schaefer Message-id: <090228095311.ZM3411@torch.brasslantern.com> Date: Sat, 28 Feb 2009 09:53:11 -0800 In-reply-to: <2493fbfb0902280035p35223173m60570915dedf405d@mail.gmail.com> Comments: In reply to Wolfgang Hukriede "Echoing of 8-bit-characters broken after 4.3.2?" (Feb 28, 9:35am) References: <2493fbfb0902280035p35223173m60570915dedf405d@mail.gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Wolfgang Hukriede , 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, 9:35am, Wolfgang Hukriede wrote: } } After upgrading from 4.3.2 to 4.3.9 I've currently two zshells open of } the respective versions, each in its own xterm-window. Now, while in } 4.3.2, when I type any 8-bit-character (from the latin1-set), it is nicely } echoed back. But this no longer works in 4.3.9. This doesn't happen to be on Mac OSX, does it? (You should always include operating system information when reporting a problem.) } All zsh-dotfiles in both sessions are identical. No LC-variables are } set (but export LC_CTYPE=ISO8859-1 does not help either). I think the trouble there is that this is the wrong value for LC_CTYPE. Try export LANG=is_IS.ISO8859-1 I discovered this by tab-completing values for LANG.