diff options
author | thomascube <thomas@roundcube.net> | 2006-01-13 17:16:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-13 17:16:00 +0000 |
commit | d2006d73dc01b22eeee80ad31a9f45b90cd4b4e6 (patch) | |
tree | abcf227461d0ec6738ea682a1fcdd90eb2160254 /index.php | |
parent | 3f9edb4c3ec29b5b807d99da479333b62a406686 (diff) |
Cleaned charset support
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = './'; |