Okay, so I've got an HWPFDocument that I'm converting to an HTML file using the WordToHtmlConverter class. After processing the document, the resulting page has some encoding messed up with it.
Some bullet points for instance are showing gibberish, i've tried encoding with multiple character sets, all the same results but different kinds of gibberish. The nearest working encoding that I've used is the "gbk" characterset; The document presented as nearly perfect with it, however some bullets produced an error. I was wondering if anyone has encountered such a problem like this before. If so how do you fix it exactly? **I've attached an example of a document that i've been testing the converter on. **please note, that the problem persists with XWPF documents as well.
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org