From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12967 invoked from network); 3 Mar 2009 20:47:14 -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; 3 Mar 2009 20:47:14 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 28455 invoked from network); 3 Mar 2009 20:47:07 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Mar 2009 20:47:07 -0000 Received: (qmail 16797 invoked by alias); 3 Mar 2009 20:47:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26683 Received: (qmail 16785 invoked from network); 3 Mar 2009 20:47:00 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 3 Mar 2009 20:47:00 -0000 Received: from mtaout03-winn.ispmail.ntl.com (mtaout03-winn.ispmail.ntl.com [81.103.221.49]) by bifrost.dotsrc.org (Postfix) with ESMTP id D54838058F82 for ; Tue, 3 Mar 2009 21:46:56 +0100 (CET) Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090303204655.ETWZ7670.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Tue, 3 Mar 2009 20:46:55 +0000 Received: from pws-pc ([81.107.42.185]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090303204655.OSBK2093.aamtaout03-winn.ispmail.ntl.com@pws-pc> for ; Tue, 3 Mar 2009 20:46:55 +0000 Date: Tue, 3 Mar 2009 20:46:43 +0000 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Echoing of 8-bit-characters broken after 4.3.2 (solved) Message-ID: <20090303204643.4d5b4045@pws-pc> In-Reply-To: <2493fbfb0903010157of50e9b5q1527e4ff0c639110@mail.gmail.com> References: <2493fbfb0903010157of50e9b5q1527e4ff0c639110@mail.gmail.com> 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=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.0 c=1 a=x---P1Jxt3wA:10 a=s6HUb1-lP9sA:10 a=mK_AVkanAAAA:8 a=cf6Z_OA9AAAA:8 a=NLZqzBF-AAAA:8 a=DvRcHpE1QDf_hqndFOAA:9 a=HWBKAiUHiHbHDxXzUZJ275QMv3QA:4 a=LY0hPdMaydYA:10 a=9xyTavCNlvEA:10 a=_dQi-Dcv4p4A:10 X-Virus-Scanned: ClamAV 0.92.1/9065/Tue Mar 3 11:43:41 2009 on bifrost X-Virus-Status: Clean On Sun, 1 Mar 2009 10:57:53 +0100 Wolfgang Hukriede wrote: > Now, since this is a silent change under the hood and I cannot believe > to be the only one to be hurt by it, may I suggest to place a hint > into the man page (or maybe at least the faq)? Index: Doc/Zsh/params.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/params.yo,v retrieving revision 1.51 diff -u -r1.51 params.yo --- Doc/Zsh/params.yo 6 Feb 2009 09:59:38 -0000 1.51 +++ Doc/Zsh/params.yo 3 Mar 2009 20:44:56 -0000 @@ -906,7 +906,12 @@ vindex(LC_CTYPE) item(tt(LC_CTYPE) )( This variable determines the locale category for character handling -functions. +functions. If the tt(MULTIBYTE) option is in effect this variable or +tt(LANG) should contain a value that reflects the character set in +use, even if it is a single-byte character set, unless only the +7-bit subset (ASCII) is used. For example, if the character set +is ISO-8859-1, a suitable value might be tt(en_US.iso88591) (certain +Linux distributions) or tt(en_US.ISO8859-1) (MacOS). ) vindex(LC_MESSAGES) item(tt(LC_MESSAGES) )( Index: Doc/Zsh/roadmap.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/roadmap.yo,v retrieving revision 1.11 diff -u -r1.11 roadmap.yo --- Doc/Zsh/roadmap.yo 14 Apr 2008 12:53:36 -0000 1.11 +++ Doc/Zsh/roadmap.yo 3 Mar 2009 20:44:56 -0000 @@ -50,6 +50,17 @@ There is some discussion of this in the shell FAQ, http://zsh.dotsrc.org/FAQ/ . Note in particular that for combining characters to be handled the option tt(COMBINING_CHARS) needs to be set. +Because the shell is now more sensitive to the definition of the +character set, note that if you are upgrading from an older version of +the shell you should ensure that the appropriate variable, either +tt(LANG) (to affect all aspects of the shell's operation) or +tt(LC_CTYPE) (to affect only the handling of character sets) is set to +an appropriate value. This is true even if you are using a +single-byte character set including extensions of ASCII such as +tt(ISO-8859-1) or tt(ISO-8859-15). See the description of tt(LC_CTYPE) +in +ifnzman(noderef(Parameters))\ +ifzman(zmanref(zshparam)). subsect(Completion) -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/