mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
modified supported encoding in fdf_set_encoding.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51449 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41eed52437
commit
c1d6147421
1 changed files with 3 additions and 2 deletions
|
@ -561,8 +561,9 @@ unlink("outtest.fdf");
|
|||
<function>fdf_set_encoding</function> sets the character
|
||||
encoding in FDF document <parameter>fdf_document</parameter>.
|
||||
<parameter>encoding</parameter> should be the valid encoding
|
||||
name such as "<literal>Shift-JIS</literal>" or
|
||||
"<literal>Unicode</literal>".
|
||||
name. The valid encoding name in Acrobat 5.0 are
|
||||
"<literal>Shift_JIS</literal>", "<literal>UHC</literal>",
|
||||
"<literal>GBK</literal>","<literal>BigFive</literal>".
|
||||
</para>
|
||||
<para>
|
||||
The <function>fdf_set_encoding</function> is available in
|
||||
|
|
Loading…
Reference in a new issue