From 017a947c829b6ed3486d33fa3c735cf7c1ff2bfa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Mar 2009 23:14:07 +0000 Subject: [PATCH] Fix: UTF encoding in memeber card export --- htdocs/includes/modules/member/PDF_card.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/member/PDF_card.class.php b/htdocs/includes/modules/member/PDF_card.class.php index b35aa4d6311..5cb68d3e830 100644 --- a/htdocs/includes/modules/member/PDF_card.class.php +++ b/htdocs/includes/modules/member/PDF_card.class.php @@ -1,7 +1,7 @@ * Copyright (C) 2002-2003 Jean-Louis Bergamo - * Copyright (C) 2006-2008 Laurent Destailleur + * Copyright (C) 2006-2009 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -261,7 +261,7 @@ class PDF_card extends FPDF { global $langs; if (! is_object($outputlangs)) $outputlangs=$langs; - // Force output charset to ISO, because, FPDF expect text encoded in ISO + // Force output charset to ISO, because, FPDF expects text to be encoded in ISO $outputlangs->charset_output='ISO-8859-1'; $outputlangs->load("main");