diff --git a/includes/common.inc b/includes/common.inc
index a469d1f001c61f2ed5e3b82cc8cf110f183497d9..2e2cf12d7521429948b4c1c952185a56226a9b60 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -1312,7 +1312,7 @@ function truncate_utf8($string, $len) {
 set_error_handler("error_handler");
 
 // spit out the correct charset http header
-header("Content-Type: text/html; charset=utf-8");
+drupal_set_header("Content-Type: text/html; charset=utf-8");
 
 // initialize the _GET["q"] prior to loading the modules and invoking their 'init' hook:
 if (!empty($_GET["q"])) {