You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some emails I have to read with getRTFBody(). I only need the plain text, however the text can be written in various languages, that is it can contain [öäüéèà] and so forth.
I had a look at the LZFu class. However, changing line 64 (charsetName from "US-ASCII" to "UTF-8") didn't help. Is there a simple way to get the decoding right?
The text was updated successfully, but these errors were encountered:
Some emails I have to read with getRTFBody(). I only need the plain text, however the text can be written in various languages, that is it can contain [öäüéèà] and so forth.
I had a look at the LZFu class. However, changing line 64 (charsetName from "US-ASCII" to "UTF-8") didn't help. Is there a simple way to get the decoding right?
The text was updated successfully, but these errors were encountered: