wookayin / alfred-papers3-workflow

🔎 An Alfred 2/3 workflow to search Papers3 items
MIT License
43 stars 5 forks source link

It comes up errors, when the words are Chinese characters. #3

Open binlidaily opened 6 years ago

binlidaily commented 6 years ago

It comes up errors, when the words are Chinese characters, like this:

image

Could you please make it support the other language, such as Chinese?

wookayin commented 5 years ago

This is a python2 problem. An easiest workaround is to fix the script filter as

-python papers3.py "{query}"
+python3 papers3.py "{query}"

where python3 should be in your normal PATH. One may want to hardcode the path /usr/local/bin/python3 if it is installed from homebrew, as usual.