Index: /trunk/roundcubemail/installer/index.php
===================================================================
--- /trunk/roundcubemail/installer/index.php	(revision 6095)
+++ /trunk/roundcubemail/installer/index.php	(revision 6096)
@@ -4,5 +4,5 @@
  +-------------------------------------------------------------------------+
  | Roundcube Webmail setup tool                                            |
- | Version 0.8                                                             |
+ | Version 0.9-svn                                                         |
  |                                                                         |
  | Copyright (C) 2009-2012, The Roundcube Dev Team                         |
@@ -40,9 +40,10 @@
 */
 
-ini_set('error_reporting', E_ALL&~E_NOTICE);
+ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT));
 ini_set('display_errors', 1);
 
 define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
 define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+define('RCMAIL_CHARSET', 'UTF-8');
 
 $include_path  = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
