diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-13 17:16:00 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-13 17:16:00 +0000 |
| commit | 4574e6eaff0015cd84099c15a5ad6e599330fac8 (patch) | |
| tree | a6cd97399d38b5221499fe1f66ef19ba95835a74 | |
| parent | 145a02c54531442895076a965395fdce310197e6 (diff) | |
Cleaned charset support
git-svn-id: https://svn.roundcube.net/trunk@103 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 = './'; |
