Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problems with non-ascii filenames



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