From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27564 invoked from network); 1 Mar 2009 07:45:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Mar 2009 07:45:31 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 2693 invoked from network); 1 Mar 2009 07:45:27 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Mar 2009 07:45:27 -0000 Received: (qmail 7339 invoked by alias); 1 Mar 2009 07:45:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26652 Received: (qmail 7329 invoked from network); 1 Mar 2009 07:45:20 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 1 Mar 2009 07:45:20 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by bifrost.dotsrc.org (Postfix) with ESMTP id A130E8058F83 for ; Sun, 1 Mar 2009 08:45:17 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id l26so739450fgb.37 for ; Sat, 28 Feb 2009 23:45:16 -0800 (PST) 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= Received: by 10.86.76.16 with SMTP id y16mr3748776fga.67.1235893516644; Sat, 28 Feb 2009 23:45:16 -0800 (PST) Received: from cooker.localnet (ppp91-77-249-132.pppoe.mtu-net.ru [91.77.249.132]) by mx.google.com with ESMTPS id 4sm4358784fge.34.2009.02.28.23.45.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Feb 2009 23:45:16 -0800 (PST) From: Andrey Borzenkov To: =?utf-8?q?=C4=B0smail_D=C3=B6nmez?= , zsh-workers@sunsite.dk Subject: Re: Problems with non-ascii filenames Date: Sun, 1 Mar 2009 10:45:01 +0300 User-Agent: KMail/1.11.0 (Linux/2.6.29-rc6-1avb; KDE/4.2.1; i686; ; ) References: <19e566510902280137s3bb02510te650364cb03145a9@mail.gmail.com> <19e566510902281428r5d70c182l720b99527ecc1d9d@mail.gmail.com> <20090301021516.GZ4629@prunille.vinc17.org> In-Reply-To: <20090301021516.GZ4629@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1366076.M4ntzpyz2F"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200903011045.05065.arvidjaar@gmail.com> X-Virus-Scanned: ClamAV 0.92.1/9058/Sun Mar 1 05:12:39 2009 on bifrost X-Virus-Status: Clean --nextPart1366076.M4ntzpyz2F Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 1 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2009 05:15:16 Vincent Lefevre wrote: > On 2009-03-01 00:28:39 +0200, =C4=B0smail D=C3=B6nmez wrote: > > touch x=C3=B6=C3=B6x > > echo x > > > > completes to x=C3=B6=C3=B6x > > > > echo x=C3=B6 > > > > does nothing. > > Same problem under Linux: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D374913 > Well ... assuming zsh implements equivalence based on character=20 normalization. And you have two files with names: <00E4> ("standard"=20 single character =C3=A4) and <0061><0308> (a with combining diaeresis). Now= =20 completion listing will present to you =C3=A4 =C3=A4 Which one are you going to select? It is different from case insensitive file systems where you never can=20 get both forms at once (FOO and foo). --nextPart1366076.M4ntzpyz2F Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkmqPQAACgkQR6LMutpd94w0ugCfcc+tvR2Uo7FupTq+CTdJuOpm gzQAn1yz3kJGfKgszbM4n6o/fbz+hGUZ =4trN -----END PGP SIGNATURE----- --nextPart1366076.M4ntzpyz2F--