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

search not working for non-ascii characters #12

Open
iseppo opened this issue Jun 25, 2022 · 1 comment
Open

search not working for non-ascii characters #12

iseppo opened this issue Jun 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@iseppo
Copy link

iseppo commented Jun 25, 2022

Can't use non-ascii characters in search (at least in gmail), eg

con$search_string(expr = "pääsuke", where = "SUBJECT")

Is there a workaround?

@allanvc
Copy link
Owner

allanvc commented Dec 23, 2022

Hello.
Sorry for my very long delay.
This is not implemented, but a workaround might be possible by converting the string to UTF-8 and adding the CHARSET to the search string.
I will dig more into this and maybe prepare a patch.
Thanks,
Allan

@allanvc allanvc self-assigned this Dec 23, 2022
@allanvc allanvc added the enhancement New feature or request label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants