From 3f2daf5196ab280e4e5aeeecb4e7c8736ba86432 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Tue, 2 Mar 2010 15:40:27 -0500 Subject: [PATCH 1/1] Fix UTF-8 support in config (bug reported by Eloi Rivard). --- player/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/player/config.php b/player/config.php index 2a08889..7146eed 100644 --- a/player/config.php +++ b/player/config.php @@ -46,6 +46,7 @@ @ob_start(); require_once("../inc/base.php"); require_once("../lang/master.php"); + header("Content-Type: text/html; charset=UTF-8"); ?> -- 2.39.2