]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/default-charset-utf8.patch
8e840b20c27978b66299c889c242760a61de1366
[roundcube.git] / debian / patches / default-charset-utf8.patch
1 Switch to UTF-8 as default charset
2
3 Index: b/config/main.inc.php.dist
4 ===================================================================
5 --- a/config/main.inc.php.dist  2010-07-17 17:33:24.000000000 +0200
6 +++ b/config/main.inc.php.dist  2010-07-17 17:33:25.000000000 +0200
7 @@ -489,7 +489,7 @@
8  // ----------------------------------
9  
10  // Use this charset as fallback for message decoding
11 -$rcmail_config['default_charset'] = 'ISO-8859-1';
12 +$rcmail_config['default_charset'] = 'UTF-8';
13  
14  // skin name: folder from skins/
15  $rcmail_config['skin'] = 'default';