From d2006d73dc01b22eeee80ad31a9f45b90cd4b4e6 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 13 Jan 2006 17:16:00 +0000 Subject: Cleaned charset support --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2490628af..25e3b6fca 100644 --- a/index.php +++ b/index.php @@ -47,6 +47,7 @@ define('RCMAIL_VERSION', '0.1-20060104'); $INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']); $OUTPUT_TYPE = 'html'; $JS_OBJECT_NAME = 'rcmail'; +$CHARSET = 'UTF-8'; if (empty($INSTALL_PATH)) $INSTALL_PATH = './'; -- cgit v1.2.3