PHP.nl

fdf_set_encoding

fdf_set_encoding

Sets FDF character encoding

bool **fdf_set_encoding** resource $fdf_document string $encoding

Sets the character encoding for the FDF document.

fdf_document The FDF document handle, returned by , or . fdf_create``fdf_open``fdf_open_string

encoding The encoding name. The following values are supported: "", "", "" and "". Shift-JIS``UHC``GBK``BigFive

  An empty string resets the encoding to the default
   scheme.
 `PDFDocEncoding/Unicode`

return.success