From 4574e6eaff0015cd84099c15a5ad6e599330fac8 Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 13 Jan 2006 17:16:00 +0000 Subject: Cleaned charset support git-svn-id: https://svn.roundcube.net/trunk@103 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 2490628af..25e3b6fca 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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