merge r4462 from branch 2.0 to trunk

bug 1317 fixed: force the HTTP response charset (ie encoding) to UTF-8.


git-svn-id: http://piwigo.org/svn/trunk@4463 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2009-12-09 23:34:57 +00:00
parent 57db55318a
commit 56d0934080

View File

@@ -203,7 +203,7 @@ if (empty($step) || ($step != 3))
load_language('admin.lang', '', array('language' => $language, 'target_charset'=>'utf-8'));
load_language('install.lang', '', array('language' => $language, 'target_charset'=>'utf-8'));
}
header('Content-Type: text/html; charset=UTF-8');
//------------------------------------------------- check php version
if (version_compare(PHP_VERSION, REQUIRED_PHP_VERSION, '<'))
{