diff --git a/ChangeLog b/ChangeLog index db4ac84be..75147dc61 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-12-04 Michal Čihař + * pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks + Marc!). + 2005-12-03 Marc Delisle * export.php, libraries/config.default.php, libraries/export/pdf.php, libraries/display_export.php, lang/*.php: experimental PDF export diff --git a/pdf_schema.php b/pdf_schema.php index cb9780a90..940d0de4e 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -1103,7 +1103,7 @@ class PMA_RT $this->ff = 'FreeSans'; $pdf->AddFont('FreeSans','','FreeSans.php'); $pdf->AddFont('FreeSans','B','FreeSansBold.php'); - } else if ($GLOBALS['charset'] == 'utf-8') { + } else if ($GLOBALS['charset'] == 'iso-8859-2') { // fonts added to phpMyAdmin and considered non-standard by fpdf // (Note: those tahoma fonts are iso-8859-2 based) $this->ff == 'tahoma';