]> git.donarmstrong.com Git - roundcube.git/commitdiff
Patch to use UTF-8 by default.
authorVincent Bernat <bernat@debian.org>
Sat, 10 Jul 2010 16:13:22 +0000 (16:13 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 18:39:29 +0000 (20:39 +0200)
debian/changelog
debian/patches/default-charset-utf8.patch [new file with mode: 0644]
debian/patches/series

index a67d505c5b9855a0b63c44c01969e26f532381ef..c02e33c56a2842e3f4818f0181cc6b264777460a 100644 (file)
@@ -5,6 +5,8 @@ roundcube (0.3.1-4) UNRELEASED; urgency=low
     Spaans. Closes: #575556.
   * Add Brazilian Portuguese debconf translation, thanks to Eder
     L. Marques. Closes: #581745.
+  * Switch default encoding to UTF-8 instead of ISO-8859-1.
+    Closes: #588084.
 
  -- Vincent Bernat <bernat@debian.org>  Sat, 27 Mar 2010 01:15:46 +0100
 
diff --git a/debian/patches/default-charset-utf8.patch b/debian/patches/default-charset-utf8.patch
new file mode 100644 (file)
index 0000000..2122f21
--- /dev/null
@@ -0,0 +1,13 @@
+Switch to UTF-8 as default charset
+
+--- roundcubemail-0.3.1-dep/config/main.inc.php.dist~  2009-10-21 10:47:40.000000000 +0200
++++ roundcubemail-0.3.1-dep/config/main.inc.php.dist   2010-07-10 18:06:50.000000000 +0200
+@@ -215,7 +215,7 @@
+ $rcmail_config['mdn_requests'] = 0;
+ // Use this charset as fallback for message decoding
+-$rcmail_config['default_charset'] = 'ISO-8859-1';
++$rcmail_config['default_charset'] = 'UTF-8';
+ // Make use of the built-in spell checker. It is based on GoogieSpell.
+ // Since Google only accepts connections over https your PHP installatation
index b76ac529f3ff582f07ab1ddb5bdbac1d607b308c..dae62da635ebe7eb0209062895a60ce439a8a197 100644 (file)
@@ -8,3 +8,4 @@ changeset_r3170.patch
 changeset_r3202.patch
 dont-limit-email-local-part.patch
 disable-dns-prefetch.patch
+default-charset-utf8.patch