We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like fzy supports case-insensitive matching only for latin text:
fzy
$ 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?
The text was updated successfully, but these errors were encountered:
I don't know how I didn't find #155 while searching through issues, but well, I didn't. Closing this as a duplicate.
Sorry, something went wrong.
No branches or pull requests
It seems like
fzy
supports case-insensitive matching only for latin text:Is it possible to support other scripts, like cyrillic, as well?
The text was updated successfully, but these errors were encountered: