Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with non-ascii filenames
- X-seq: zsh-workers 26657
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Problems with non-ascii filenames
- Date: Mon, 2 Mar 2009 04:11:47 +0100
- In-reply-to: <200903011045.05065.arvidjaar@xxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19e566510902280137s3bb02510te650364cb03145a9@xxxxxxxxxxxxxx> <19e566510902281428r5d70c182l720b99527ecc1d9d@xxxxxxxxxxxxxx> <20090301021516.GZ4629@xxxxxxxxxxxxxxxxxxx> <200903011045.05065.arvidjaar@xxxxxxxxx>
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 <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author