Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problems with non-ascii filenames
- X-seq: zsh-workers 26651
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Problems with non-ascii filenames
- Date: Sun, 1 Mar 2009 08:19:10 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qdgf+cX7w1hQHpe+SS7pw9M33UANip1eBP1rPpwhfKE=; b=ZV4inxUuc1lD1KsnmTb3FF9Cn09LPLlC9E6ukUqoLrprS7QmG1iu7cGwHfLHC31+X2 gFtCCLxjhXS3rGZUoYp6KbKyleo/F6zZOeQZX/G5y6Vzd60aD8E1wvNVd1PmnilXnUpi 0WOxIJsIhcZy2fH/1WULeTdH3JNdWZgwIpJk4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=p8qaG62m0cZ2IE8sU9Jg+CBkXPE+l2+jfXXv6luGLqC2xTTCfCyQXYcecIY0x4ep+S gtUYTwcwghG0/+x6s2zZaO2V/hSmsokP9GCNINajvsqe6UPTMYkf2jSetpC+YpD52aoQ Y+75XS3rqRhAa485hIbdQSWCWOOxSpOAHMhb0=
- In-reply-to: <20090301021516.GZ4629@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19e566510902280137s3bb02510te650364cb03145a9@xxxxxxxxxxxxxx> <200903010028.46088.arvidjaar@xxxxxxxxx> <19e566510902281428r5d70c182l720b99527ecc1d9d@xxxxxxxxxxxxxx> <20090301021516.GZ4629@xxxxxxxxxxxxxxxxxxx>
2009/3/1 Vincent Lefevre <vincent@xxxxxxxxxx>:
> 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
>
>> Seems weird.
>
> Not weird. Normalization insensitivity is not implemented in zsh.
Assuming a filename usually only has one or two accented chars,
couldn't this be handled by using the _approximate completer?
% touch xo<0308>bap
% ls xÃbap<tab>
for me this changes the commandline back to ls xo<0308>bap (without
the combining option set).
Unfortunately it seems you can only match the whole filename, not
prefixes, so maybe it's not as useful as I first thought...
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author