From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7494 invoked from network); 10 May 2007 13:06:52 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=no version=3.2.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 May 2007 13:06:52 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 29196 invoked from network); 10 May 2007 13:06:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 May 2007 13:06:46 -0000 Received: (qmail 18793 invoked by alias); 10 May 2007 13:06:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23423 Received: (qmail 18784 invoked from network); 10 May 2007 13:06:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 May 2007 13:06:42 -0000 Received: (qmail 28845 invoked from network); 10 May 2007 13:06:42 -0000 Received: from smtp-3.hut.fi (130.233.228.93) by a.mx.sunsite.dk with SMTP; 10 May 2007 13:06:39 -0000 Received: from localhost (katosiko.hut.fi [130.233.228.115]) by smtp-3.hut.fi (8.13.6/8.12.10) with ESMTP id l4AD6cKR026436 for ; Thu, 10 May 2007 16:06:38 +0300 Received: from smtp-3.hut.fi ([130.233.228.93]) by localhost (katosiko.hut.fi [130.233.228.115]) (amavisd-new, port 10024) with LMTP id 30255-23 for ; Thu, 10 May 2007 16:06:38 +0300 (EEST) Received: from replicant.hut.fi (replicant.hut.fi [130.233.200.84]) by smtp-3.hut.fi (8.13.6/8.12.10) with ESMTP id l4AD5g1d026281 for ; Thu, 10 May 2007 16:05:42 +0300 Date: Thu, 10 May 2007 16:05:42 +0300 (EEST) From: Timo Aaltonen To: zsh-workers@sunsite.dk Subject: Re: problems with 4.3.4 and Tru64 In-Reply-To: <20070510125556.c4df10c1.pws@csr.com> Message-ID: References: <200705100955.l4A9tTmQ001343@news01.csr.com> <20070510113032.3d50cd67.pws@csr.com> <20070510123039.c36e16f2.pws@csr.com> <20070510125556.c4df10c1.pws@csr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-TKK-Virus-Scanned: by amavisd-new-2.1.2-hutcc at katosiko.hut.fi On Thu, 10 May 2007, Peter Stephenson wrote: > Timo Aaltonen wrote: >> 'unset LANG' doesn't seem to help, and setopt doesn't show multibyte >> even if I try to load it. So it somehow fails to load, apparently? > > It occurs to me this may simply be confusion because if multibyte is > on by default, it doesn't show up with "setopt" because that shows options > changed from the default. Try also "setopt kshoptionprint". Then you > should be able to see the state of multibyte with a further "setopt". It > should now show up as "nomultibyte off", i.e. no change from the default > state of multibyte on. That's right, it shows "nomultibyte off". > (If that's not the problem: check that > > #define MULTIBYTE_SUPPORT 1 > > is present in config.h. If that's the case, multibyte support should be > compiled into the main shell and turned on by default. Does "setopt > multibyte" give an error? I presume it doesn't, but if it does, it may be > the wrong version of the shell.) Doesn't give any error. > If that's all it is, and multibyte mode is on, see if something brutal does > the trick: > > (unset LANG; unset -m 'LC_*'; export LC_ALL=fi_FI.UTF-8; zsh -f) no change :/ thanks, t