Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: case insensitive completion
- X-seq: zsh-workers 25001
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: case insensitive completion
- Date: Mon, 12 May 2008 13:52:21 +0100
- In-reply-to: <482839D5.6070901@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: CSR
- References: <482839D5.6070901@xxxxxxxxxxxxx>
On Mon, 12 May 2008 16:36:37 +0400
sergio <zsh@xxxxxxxxxxxxx> wrote:
> Hello.
>
> I want to make case insensitive completion for russian language.
>
> >From the manpage:
> zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}
>
> but analog with russian:
> zstyle ':completion:*' matcher-list 'm:{а-яА-Я}={А-Яа-я}
> doesn't work
Yes, this is a known problem. The code that handles this is pretty hacky
and hasn't been converted to handle multibyte character sets. This is one
of the big remaining problems with the multibyte support.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author