fzy icon indicating copy to clipboard operation
fzy copied to clipboard

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

Open Eucyon opened this issue 3 years ago • 1 comments

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.

Eucyon avatar Jan 12 '21 19:01 Eucyon

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

mustafa0x avatar Jan 23 '21 00:01 mustafa0x