Your message dated Sun, 5 Nov 2006 00:47:10 -0500
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #374913,
regarding zsh: Completion should handle combining accents equivalents
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
On Sun, Nov 05, 2006 at 02:26:10AM +0100, Vincent Lefevre wrote:
> I don't think they should be considered equivalent as long as the
> file system does not regard them as equivalent:
> 
> vin% touch "`echo e\\\u300`"
> vin% touch "`echo \\\ue8`"
> vin% ls
> è  è
> 
> But I wonder if this is a bug in the glibc. Perhaps some kind of local
> phishing could be based on that.
> 
> Note also that zle is completely confused by the combining character.
> But so is bash.

Would the best thing here be to normalize to Unicode NFD in the
completion code?

--- End Message ---

Reply via email to