fdf_set_encoding
Sets FDF character encoding
&reftitle.description;
boolfdf_set_encoding
resourcefdf_document
stringencoding
Sets the character encoding for the FDF document.
&reftitle.parameters;
fdf_document
The FDF document handle, returned by fdf_create,
fdf_open or fdf_open_string.
encoding
The encoding name. The following values are supported:
"Shift-JIS", "UHC",
"GBK" and "BigFive".
An empty string resets the encoding to the default
PDFDocEncoding/Unicode scheme.
&reftitle.returnvalues;
&return.success;