From c1d61474218453bfe7a09d89931043da44de2c00 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Fri, 13 Jul 2001 20:02:24 +0000 Subject: [PATCH] modified supported encoding in fdf_set_encoding. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51449 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/fdf.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/fdf.xml b/functions/fdf.xml index 89e5e28ac6..8491d70a8c 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -561,8 +561,9 @@ unlink("outtest.fdf"); fdf_set_encoding sets the character encoding in FDF document fdf_document. encoding should be the valid encoding - name such as "Shift-JIS" or - "Unicode". + name. The valid encoding name in Acrobat 5.0 are + "Shift_JIS", "UHC", + "GBK","BigFive". The fdf_set_encoding is available in