mRpostman
mRpostman copied to clipboard
search not working for non-ascii characters
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?
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