From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8171 invoked from network); 2 Mar 2009 03:12:04 -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; 2 Mar 2009 03:12:04 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 15512 invoked from network); 2 Mar 2009 03:11:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Mar 2009 03:11:59 -0000 Received: (qmail 25917 invoked by alias); 2 Mar 2009 03:11:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26657 Received: (qmail 25905 invoked from network); 2 Mar 2009 03:11:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 Mar 2009 03:11:52 -0000 Received: from prunille.vinc17.org (vinc17.pck.nerim.net [213.41.242.187]) by bifrost.dotsrc.org (Postfix) with ESMTP id D9DBD8058F82 for ; Mon, 2 Mar 2009 04:11:48 +0100 (CET) Received: by prunille.vinc17.org (Postfix, from userid 501) id 510053336F14; Mon, 2 Mar 2009 04:11:47 +0100 (CET) Date: Mon, 2 Mar 2009 04:11:47 +0100 From: Vincent Lefevre To: zsh-workers@sunsite.dk Subject: Re: Problems with non-ascii filenames Message-ID: <20090302031147.GB27518@prunille.vinc17.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <19e566510902280137s3bb02510te650364cb03145a9@mail.gmail.com> <19e566510902281428r5d70c182l720b99527ecc1d9d@mail.gmail.com> <20090301021516.GZ4629@prunille.vinc17.org> <200903011045.05065.arvidjaar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200903011045.05065.arvidjaar@gmail.com> X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.19-vl-r26315 (2009-02-20) X-Virus-Scanned: ClamAV 0.92.1/9059/Sun Mar 1 10:05:32 2009 on bifrost X-Virus-Status: Clean On 2009-03-01 10:45:01 +0300, Andrey Borzenkov wrote: > Well ... assuming zsh implements equivalence based on character > normalization. And you have two files with names: <00E4> ("standard" > single character ä) and <0061><0308> (a with combining diaeresis). Now > completion listing will present to you > > ä ä > > Which one are you going to select? zsh should propose the choice (even though such a FS is badly designed). > It is different from case insensitive file systems where you never can > get both forms at once (FOO and foo). But you missed the point that on a case-sensitive file system you can have both forms and you can still choose case-insensitive completion (very useful...). -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)