jfreepdf
jfreepdf copied to clipboard
`PDFUtils.toBytes()` encode String as 'US-ASCII' explicitly.
So the PDF shows UTF-8 charecters as "?". Can we specifiy char encoding somewhere? Or at least it could load the system default char encoding.