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

Query with non-ASCII characters, ü, ä, å fails. #2

Open
deanishe opened this issue Apr 6, 2014 · 0 comments
Open

Query with non-ASCII characters, ü, ä, å fails. #2

deanishe opened this issue Apr 6, 2014 · 0 comments

Comments

@deanishe
Copy link

deanishe commented Apr 6, 2014

The workflow doesn't normalise the query, so a query containing, e.g., ü will not match a filename containing ü.

OS X filepaths are NFD-normalised Unicode, Python Unicode is NFC-normalised by default.

NFD-normalisation of arguments was added to alfred.py 4 months ago, so updating that should fix the bug.

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