Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search not case-insensitive for non-ascii characters (e.g. German Umlauts) #155

Open
Eucyon opened this issue Jan 12, 2021 · 1 comment
Open

Comments

@Eucyon
Copy link

Eucyon commented Jan 12, 2021

Behavior for ASCII characters:

echo -e "uber\n Uber\n"|fzy
> u
uber
 Uber

When you search for lowercase "u", both "uber" and "Uber" are shown.

Behavior for non-ASCII characters:

echo -e "über\n Über\n"|fzy
> ü
über

When you search for lowercase "ü", only "über" is found.

@mustafa0x
Copy link

Similarly, Arabic has a few letters that should match each other, e.g. ا == أ for searching purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants