Forcage du codage iso-8859-1

This commit is contained in:
Laurent Destailleur 2006-03-23 18:48:02 +00:00
parent 60a95d3e26
commit cc32a304f9

View File

@ -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 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
print "\n<html>";