From c350f65e74c27e0a4322d2a5a8099f44a195b241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 4 Dec 2005 14:01:25 +0000 Subject: [PATCH] Bad copy and paste, here should be iso-8859-2 (thanks Marc!). --- ChangeLog | 4 ++++ pdf_schema.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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';