Hi,
I've a serious problem with dynamic PDF building.
I need to use german umlaute (e.g. ä [HTML: ä]) in a pdf file which I want to create with PDFlib.
I think it should work with unicode, but how do I use it?
When I set pdf_set_parameter($pdffile,"nativeunicode","true")
it says that this isn't nessasary in my configuration. but wat is the syntax for unicode? \u0235 is displayed as it is?
(I use "pdf_show_boxed()")
Hope so can help me...