Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion bug in UTF-8 locale
- X-seq: zsh-workers 22658
- From: David Gómez <david@xxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: completion bug in UTF-8 locale
- Date: Sat, 26 Aug 2006 20:24:33 +0200
- Cc: zsh-workers@xxxxxxxxxx, Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx>
- In-reply-to: <20060820231838.02e89c47.p.w.stephenson@xxxxxxxxxxxx>
- Mail-followup-to: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx, Roman Cheplyaka <roman.cheplyaka@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060820071833.GA3850@localdomain> <20060820180151.6b23348c.p.w.stephenson@xxxxxxxxxxxx> <20060820200808.GA4049@localdomain> <20060820231838.02e89c47.p.w.stephenson@xxxxxxxxxxxx>
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