From 34645dd6e8291caa9c1538715783b971b7cfa24d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 22 Jan 2009 15:45:32 +0000 Subject: Interface Fix: improve utf-8 behaviour git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@240 b3834d28-1941-0410-a4f8-b48e95affb8f --- header.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'header.inc.php') diff --git a/header.inc.php b/header.inc.php index 87952f6..cae71f4 100644 --- a/header.inc.php +++ b/header.inc.php @@ -48,4 +48,7 @@ $templateservice =& ServiceFactory::getServiceInstance('TemplateService'); $tplVars = array(); $tplVars['currentUser'] = $currentUser; $tplVars['userservice'] = $userservice; + +// 6 // Force UTF-8 behaviour for server (cannot be move into top.inc.php which is not included into every file) +header('Content-Type: text/html; charset=utf-8'); ?> -- cgit v1.2.3