]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/default-charset-utf8.patch
Refresh all patches.
[roundcube.git] / debian / patches / default-charset-utf8.patch
1 Switch to UTF-8 as default charset
2
3 Index: roundcube/config/main.inc.php.dist
4 ===================================================================
5 --- roundcube.orig/config/main.inc.php.dist     2012-09-29 11:31:46.232078634 +0200
6 +++ roundcube/config/main.inc.php.dist  2012-09-29 11:31:47.872111424 +0200
7 @@ -646,7 +646,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';