zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Luis.Dilling@gmx.net, Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Bug: Autocompleting umlauts
Date: Thu, 23 Dec 2021 21:29:50 +0100	[thread overview]
Message-ID: <CAHYJk3S++_HqewexqgUJ5=Wyxe_p-fuKqrCFcaAgF=vV-R2ynA@mail.gmail.com> (raw)
In-Reply-To: <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@brasslantern.com> wrote:
> On Thu, Dec 23, 2021 at 8:41 AM <Luis.Dilling@gmx.net> 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


  reply	other threads:[~2021-12-23 20:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23 13:46 Luis.Dilling
2021-12-23 18:06 ` Bart Schaefer
2021-12-23 20:29   ` Mikael Magnusson [this message]
2021-12-23 21:06     ` Daniel Shahaf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHYJk3S++_HqewexqgUJ5=Wyxe_p-fuKqrCFcaAgF=vV-R2ynA@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=Luis.Dilling@gmx.net \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).