From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28645 invoked from network); 26 Aug 2006 18:18:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Aug 2006 18:18:10 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 96862 invoked from network); 26 Aug 2006 18:18:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Aug 2006 18:18:04 -0000 Received: (qmail 20188 invoked by alias); 26 Aug 2006 18:18:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22658 Received: (qmail 20176 invoked from network); 26 Aug 2006 18:18:00 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Aug 2006 18:18:00 -0000 Received: (qmail 96575 invoked from network); 26 Aug 2006 18:18:00 -0000 Received: from ns2.hostinglmi.net (213.194.149.12) by a.mx.sunsite.dk with SMTP; 26 Aug 2006 18:17:58 -0000 Received: from 90.red-213-97-199.staticip.rima-tde.net ([213.97.199.90]:10832 helo=localhost) by ns2.hostinglmi.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1GH2jG-0001dJ-J1; Sat, 26 Aug 2006 20:17:58 +0200 Date: Sat, 26 Aug 2006 20:24:33 +0200 From: David =?utf-8?B?R8OzbWV6?= To: Peter Stephenson Cc: zsh-workers@sunsite.dk, Roman Cheplyaka Subject: Re: completion bug in UTF-8 locale Message-ID: <20060826182433.GA22324@fargo> Mail-Followup-To: Peter Stephenson , zsh-workers@sunsite.dk, Roman Cheplyaka References: <20060820071833.GA3850@localdomain> <20060820180151.6b23348c.p.w.stephenson@ntlworld.com> <20060820200808.GA4049@localdomain> <20060820231838.02e89c47.p.w.stephenson@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060820231838.02e89c47.p.w.stephenson@ntlworld.com> User-Agent: Mutt/1.4.2.1i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns2.hostinglmi.net X-AntiAbuse: Original Domain - sunsite.dk X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - pleyades.net X-Source: X-Source-Args: X-Source-Dir: Hi Peter, On Aug 20 at 11:18:38, Peter Stephenson wrote: > Roman Cheplyaka wrote: > > I've made some more tests. It seems to break at certain letters.. Try for > > example directory named "ц" (w/o quotes). > > Aha. That needs one of the bytes to be encoded as a "Meta" byte (it > overlaps with zsh's range of internal tokens). > > That's still broken in the patches I made for listing multibyte > characters quite recently; the following should fix it. This means it's > not surprising it's buggy in 4.3.2. I'm testing latest CVS and the completion bug is still present. My locale is different from Roman's one (es_ES.UTF-8) and my tests are with japanese characters: [~] % ls 花 aaaa bbbb And [~] % cd 花/ doesn't complete. cheers, -- David Gómez Jabber ID: davidge@jabber.org