From bd507453f78bde5f2897dbeeccf77a8164d6e36f Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 16 Apr 2006 15:58:24 +0000 Subject: [PATCH] The install script should always be Unicode. --- install.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 - + -- 2.39.5