Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with non-ascii filenames
- X-seq: zsh-workers 26652
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: Äsmail DÃnmez <ismail@xxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: Problems with non-ascii filenames
- Date: Sun, 1 Mar 2009 10:45:01 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=PQBFtvDE7RXDU3BHqS2+q4K/yDdojKIlSx6stn7UMvQ=; b=t8Vt/eVQJ+WmM4qp5Wc4WgaVFtZLRrYv42jGlZ9ZK4Y2vYTBYpj68szazbwTwhJR4v AyiIRK2Wqy8ivnC8HX+ffpfx45r/yzQN7Mj3nlVQlIldMDC7t7jqUbgNeH8SvVLlDPE7 ozHaLBRosXgC/fvjIpE7DDzQKLW4mDf2p7O6M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=O8vm7oBviZIBh3Mj82EszKbm4FVYznx4HoS1AtxcLIdAW+w94vYsWtMMV0hoKL2aUN Sl+qLz3EbaIAq0DK6KvRieZm+olXWLkA4z9mjbNU4FEZxMmZtBOtSD1W+OyYri1OcjR1 OANVyMfF89VQqWJBbWipY6i5pOfZMh/Oc2y5M=
- In-reply-to: <20090301021516.GZ4629@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19e566510902280137s3bb02510te650364cb03145a9@xxxxxxxxxxxxxx> <19e566510902281428r5d70c182l720b99527ecc1d9d@xxxxxxxxxxxxxx> <20090301021516.GZ4629@xxxxxxxxxxxxxxxxxxx>
On 1 ÐÐÑÑÐ 2009 05:15:16 Vincent Lefevre wrote:
> On 2009-03-01 00:28:39 +0200, Äsmail DÃnmez wrote:
> > touch xÃÃx
> > echo x<tab>
> >
> > completes to xÃÃx
> >
> > echo xÃ<tab>
> >
> > does nothing.
>
> Same problem under Linux:
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374913
>
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?
It is different from case insensitive file systems where you never can
get both forms at once (FOO and foo).
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author