zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@gmail.com>
To: "İsmail Dönmez" <ismail@namtrac.org>, zsh-workers@sunsite.dk
Subject: Re: Problems with non-ascii filenames
Date: Sun, 1 Mar 2009 10:45:01 +0300	[thread overview]
Message-ID: <200903011045.05065.arvidjaar@gmail.com> (raw)
In-Reply-To: <20090301021516.GZ4629@prunille.vinc17.org>

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  parent reply	other threads:[~2009-03-01  7:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-28  9:37 İsmail Dönmez
2009-02-28 18:22 ` Bart Schaefer
2009-02-28 19:35   ` Andrey Borzenkov
2009-02-28 23:06     ` Bart Schaefer
2009-02-28 21:28 ` Andrey Borzenkov
2009-02-28 22:28   ` İsmail Dönmez
2009-03-01  2:15     ` Vincent Lefevre
2009-03-01  7:19       ` Mikael Magnusson
2009-03-01  7:45       ` Andrey Borzenkov [this message]
2009-03-02  3:11         ` Vincent Lefevre
2009-03-01  8:05       ` Andrey Borzenkov
2009-03-02  3:16         ` Vincent Lefevre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200903011045.05065.arvidjaar@gmail.com \
    --to=arvidjaar@gmail.com \
    --cc=ismail@namtrac.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).