Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
multibyte implementation (for filename completion with umlauts)
- X-seq: zsh-users 23662
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: multibyte implementation (for filename completion with umlauts)
- Date: Thu, 20 Sep 2018 12:14:03 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Another question from the past: :-)
Back in 2011 we found that a filename with umlauts (öäü) can't be completed
case insensitively because zsh can't handle multibyte characters correctly
because it's a pretty complex issue:
http://www.zsh.org/mla/users/2011/msg00015.html
Ever since then I live with it more or less happily. All I could find
today in the docs is a TODO entry:
* support for multibyte characters, including UTF-8
So I suppose the multibyte problem in the completion code is still there, right?
Actually, all I'd like to achieve is case insensitivity for umlauts like that:
zstyle ':completion:*' matcher-list 'm:{A-ZÄÖÜa-zäöü}={a-zäöüA-ZÄÖÜ}
Any ideas?
Thanks so much!
Andy
--
The pre-release of the alpha for the forthcoming beta of the
pre-build of the next point release should be out tonight. (Graeme Devine)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author