From 35864b4b690e60f4b3f9ccd2ab34c8784ec57b78 Mon Sep 17 00:00:00 2001 From: Stefan Puraner Date: Thu, 13 Nov 2014 11:49:33 +0000 Subject: [PATCH] Umlaute korrigiert --- include/tw/anwesenheitsliste.inc.php | 2 +- include/tw/anwesenheitsliste_bilder.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tw/anwesenheitsliste.inc.php b/include/tw/anwesenheitsliste.inc.php index 930259c6e..dbcebeb44 100644 --- a/include/tw/anwesenheitsliste.inc.php +++ b/include/tw/anwesenheitsliste.inc.php @@ -222,7 +222,7 @@ $pdf->SetFont('Arial','',8); $maxX +=20; $pdf->SetXY($maxX,$maxY); $pdf->SetFont('Arial','B',8); - $pdf->MultiCell(130,$lineheight,'Hörer/Name',1,'L',0); + $pdf->MultiCell(130,$lineheight,mb_convert_encoding('Hörer/Name','ISO-8859-15','UTF-8'),1,'L',0); $maxX +=130; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(65,$lineheight,'Kennzeichen',1,'C',0); diff --git a/include/tw/anwesenheitsliste_bilder.inc.php b/include/tw/anwesenheitsliste_bilder.inc.php index 13214e627..b6d70fc2a 100644 --- a/include/tw/anwesenheitsliste_bilder.inc.php +++ b/include/tw/anwesenheitsliste_bilder.inc.php @@ -110,7 +110,7 @@ $pdf->SetFont('Arial','',8); $maxX +=20; $pdf->SetXY($maxX,$maxY); $pdf->SetFont('Arial','B',8); - $pdf->MultiCell(130,$lineheight,'HörerIn/Name',1,'L',0); + $pdf->MultiCell(130,$lineheight,mb_convert_encoding('Hörer/Name','ISO-8859-15','UTF-8'),1,'L',0); $maxX +=130; $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(65,$lineheight,'Kennzeichen',1,'C',0);