add chinese & unicdoe support for fpdi

This commit is contained in:
wlx 2014-05-15 13:46:43 +00:00
parent e681a49fe5
commit f73e1165d1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if (!class_exists('TCPDF', false)) {
/** /**
* Class fpdi_bridge * Class fpdi_bridge
*/ */
class fpdi_bridge extends FPDF class fpdi_bridge extends PDF_Unicode
{ {
// empty body // empty body
} }