TODO: j'ai remis la valeur initiale car ca ne fonctionne pas !!

This commit is contained in:
Regis Houssin 2007-05-24 09:36:14 +00:00
parent c6341e2df3
commit 8fdb3c4789

View File

@ -32,7 +32,8 @@ $langs->load("products");
$langs->load("main");
//header("Content-type: text/html; charset=UTF-8");
header("Content-type: text/html; charset=$character_set_client");
//header("Content-type: text/html; charset=$character_set_client"); //TODO: ne fonctionne pas !!
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>";
print "\n<body>";