Open ringhedj opened 4 years ago
I had a similar problem with Unicode characters on Windows and its cause was very subtle in my case. I fixed it by setting jna.encoding
explicitly to utf8
. One way to do this is running System.getProperties().setProperty("jna.encoding", "utf8");
before calling any htmltopdf code.
Seems to have an issue interpreting '  ; Anyone have a workaround?
`
`