Cleanup: replaced remaining occurences of ISO-8859-1

SVN:trunk[966]
This commit is contained in:
Romain Quetiez
2010-11-23 16:18:48 +00:00
parent fcbd9b8911
commit 40a613b4db
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ class CSVPage extends WebPage
function __construct($s_title)
{
parent::__construct($s_title);
$this->add_header("Content-type: text/html; charset=iso-8859-1");
$this->add_header("Content-type: text/html; charset=utf-8");
$this->add_header("Cache-control: no-cache");
}