www/rec_print.php

changeset 589
b6a73022abe7
parent 539
fe9ac6d49c4f
child 667
1246550451ca
--- a/www/rec_print.php	Tue Jan 07 16:03:45 2020 +0100
+++ b/www/rec_print.php	Wed Jan 08 23:32:16 2020 +0100
@@ -612,7 +612,8 @@
 		$this->Cell(0,5,$prdate,0,1,'L');
 		$this->SetX(45);
 		$this->Cell(17,5,'Stijl:',0,0,'L');
-		$this->Cell(0,5,$row['st_name'],0,1,'L');
+		$st_name = iconv('UTF-8','windows-1252',$row['st_name']);
+		$this->Cell(0,5,$st_name,0,1,'L');
 		$this->Ln(7);
 		// Ensure table header is printed
 		parent::Header();

mercurial