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

Re: Bug: Autocompleting umlauts



Mikael Magnusson wrote on Thu, 23 Dec 2021 20:29 +00:00:
> 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?
>>
> 
> matchers only support single-byte characters

The UTF-8 representations of «ü» and «Ü» differ by exactly one byte,
though.  I wonder what would happen if that byte (0x9C v. 0xBC) were
declared equivalent…




Messages sorted by: Reverse Date, Date, Thread, Author