rjohnsondev / java-libpst

A library to read PST files with java, without need for external libraries.
251 stars 122 forks source link

getRTFBody() does not render special characters (öüäéèà" etc.) #84

Open CorinneKnoe opened 5 years ago

CorinneKnoe commented 5 years ago

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?