Skip to content
Snippets Groups Projects
Commit 8fdb3c47 authored by Regis Houssin's avatar Regis Houssin
Browse files

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

parent c6341e2d
Branches
Tags
No related merge requests found
...@@ -32,7 +32,8 @@ $langs->load("products"); ...@@ -32,7 +32,8 @@ $langs->load("products");
$langs->load("main"); $langs->load("main");
//header("Content-type: text/html; charset=UTF-8"); //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 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
print "\n<html>"; print "\n<html>";
print "\n<body>"; print "\n<body>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment