From: moodler Date: Sun, 16 Apr 2006 15:58:24 +0000 (+0000) Subject: The install script should always be Unicode. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bd507453f78bde5f2897dbeeccf77a8164d6e36f;p=moodle.git The install script should always be Unicode. --- diff --git a/install.php b/install.php index 8b60494cbf..ff3c6817b0 100644 --- a/install.php +++ b/install.php @@ -76,6 +76,10 @@ if ( empty($INSTALL['language']) and empty($_POST['language']) ) { //==========================================================================// +/// Set the page to Unicode always + +header('Content-Type: text/html; charset=UTF-8'); + /// Was data submitted? if (isset($_POST['stage'])) { @@ -509,14 +513,11 @@ if ($nextstage == SAVE) { //==========================================================================// ?> - - - Moodle Install - +