Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion bug in UTF-8 locale



Hi Peter,

On Aug 20 at 11:18:38, Peter Stephenson wrote:
> Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx> wrote:
> > I've made some more tests. It seems to break at certain letters.. Try for
> > example directory named "ц" (w/o quotes). 
> 
> Aha.  That needs one of the bytes to be encoded as a "Meta" byte (it
> overlaps with zsh's range of internal tokens).
> 
> That's still broken in the patches I made for listing multibyte
> characters quite recently; the following should fix it.  This means it's
> not surprising it's buggy in 4.3.2.

I'm testing latest CVS and the completion bug is still present. My locale
is different from Roman's one (es_ES.UTF-8) and my tests are with japanese
characters:

[~] % ls 花 
aaaa  bbbb

And 

[~] % cd 花/<Tab>

doesn't complete.


cheers,

-- 
David Gómez                                      Jabber ID: davidge@xxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author