From 13bd4b320f1e527956d4abe410ed6c6c7f62f2f7 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 26 Sep 2007 08:59:41 +0200 Subject: [PATCH] [svn r13263] Enabled use of charset from AWACS settings --- main/inc/header.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/inc/header.inc.php b/main/inc/header.inc.php index 016bd83ee7..d9d3d06a40 100644 --- a/main/inc/header.inc.php +++ b/main/inc/header.inc.php @@ -17,6 +17,7 @@ //Give a default value to $charset. Should change to UTF-8 some time in the future. //This parameter should be set in the platform configuration interface in time. +$charset = api_get_setting('platform_charset'); if(empty($charset)) { $charset = 'ISO-8859-15';