From d2006d73dc01b22eeee80ad31a9f45b90cd4b4e6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 13 Jan 2006 12:16:00 -0500
Subject: [PATCH] Cleaned charset support

---
 index.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/index.php b/index.php
index 2490628..25e3b6f 100644
--- a/index.php
+++ b/index.php
@@ -47,6 +47,7 @@
 $INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);
 $OUTPUT_TYPE = 'html';
 $JS_OBJECT_NAME = 'rcmail';
+$CHARSET = 'UTF-8';
 
 if (empty($INSTALL_PATH))
   $INSTALL_PATH = './';

--
Gitblit v1.9.1