From f73e1165d18ac6d2f3e5d87a43469f5e5ebdcc7e Mon Sep 17 00:00:00 2001 From: wlx Date: Thu, 15 May 2014 13:46:43 +0000 Subject: [PATCH] add chinese & unicdoe support for fpdi --- include/fpdi/fpdi_bridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fpdi/fpdi_bridge.php b/include/fpdi/fpdi_bridge.php index 5ec4d677..3f37762b 100644 --- a/include/fpdi/fpdi_bridge.php +++ b/include/fpdi/fpdi_bridge.php @@ -29,7 +29,7 @@ if (!class_exists('TCPDF', false)) { /** * Class fpdi_bridge */ - class fpdi_bridge extends FPDF + class fpdi_bridge extends PDF_Unicode { // empty body }