Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug: Autocompleting umlauts
- X-seq: zsh-workers 49662
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: Luis.Dilling@xxxxxxx, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Bug: Autocompleting umlauts
- Date: Thu, 23 Dec 2021 21:29:50 +0100
- Archived-at: <https://zsh.org/workers/49662>
- In-reply-to: <CAH+w=7YvuhkhE6vXx0vWtWcAXQCz=-NmWpEjFn_ssj9484H4sw@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <53a78cc9-890c-165e-5ef9-b43251ba775b@gmx.net> <CAH+w=7YvuhkhE6vXx0vWtWcAXQCz=-NmWpEjFn_ssj9484H4sw@mail.gmail.com>
matchers only support single-byte characters, comp.h says:
/*
* For now this just handles single-byte characters.
* TODO: this will change.
*/
and the manpage agrees:
`m:{[:lower:]}={[:upper:]}'. Although the matching system
does not yet han‐
dle multibyte characters, this is likely to be a future
extension, at which
point this syntax will handle arbitrary alphabets; hence
this form, rather
than the use of explicit ranges, is the recommended form. In
other cases
On 12/23/21, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Thu, Dec 23, 2021 at 8:41 AM <Luis.Dilling@xxxxxxx> wrote:
>>
>> Suppose there's a subdirectory named `MÜNCHEN` in the current directory,
>> then tab-completion won't recognize this directory, when `cd münchen` +
>> [tab] is given.
>
> Version of zsh?
> Operating system?
> Locale settings?
>
> How are you enabling case-insensitive matching? That is, are you
> using a matcher-list specification? With or without NO_CASE_GLOB?
>
>
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author