pdfSetTextEncoding

Set the encoding to use for text output.
void pdfSetTextEncoding(const char *encodingName)
This function sets the encoding to use for text output.

The following encodings are predefined:

This setting is global - it applies to all PDF handles.
C:
pdfSetTextEncoding("UTF-8");