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";