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

Re: case insensitive completion



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