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

Cyrillic characters in queries are case-sensitive #156

Closed
AdamantGarth opened this issue Feb 24, 2021 · 1 comment
Closed

Cyrillic characters in queries are case-sensitive #156

AdamantGarth opened this issue Feb 24, 2021 · 1 comment

Comments

@AdamantGarth
Copy link

AdamantGarth commented Feb 24, 2021

It seems like fzy supports case-insensitive matching only for latin text:

$ printf "%s\n" One one oNe two | fzy
> one
One
one
oNe
$ printf "%s\n" Один один оДин два | fzy
> один
один

Is it possible to support other scripts, like cyrillic, as well?

@AdamantGarth
Copy link
Author

I don't know how I didn't find #155 while searching through issues, but well, I didn't. Closing this as a duplicate.

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

1 participant