I am trying to create a new pdf from scratch, but I cant seem to print special characters correctly, for example I try to print the following string in the PDF:
『I like 《this string》 yeah.』
and get
þÿ0I like 0this string0 yeah.0
The result is correctly printed by means of the logger and println, would anyone know how to do it, allready tried ascii encoding like \u008A.
Any ideas?