From cc32a304f9581e7d8ed26febecad4eb0dc642302 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 Mar 2006 18:48:02 +0000 Subject: [PATCH] Forcage du codage iso-8859-1 --- htdocs/main.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index d8177d4f0a1..f8f04ea3a4f 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -259,6 +259,9 @@ function top_htmlhead($head, $title="", $target="") { global $user, $conf, $langs, $db; + //header("Content-type: text/html; charset=UTF-8"); + header("Content-type: text/html; charset=iso-8859-1"); + print ''; print "\n";