From: Vincent Bernat Date: Sat, 10 Jul 2010 16:13:22 +0000 (+0000) Subject: Patch to use UTF-8 by default. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=18c8747a3a65b677db77a768eb6b92516ef78c0a;p=roundcube.git Patch to use UTF-8 by default. --- diff --git a/debian/changelog b/debian/changelog index a67d505..c02e33c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 0000000..2122f21 --- /dev/null +++ b/debian/patches/default-charset-utf8.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index b76ac52..dae62da 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ changeset_r3170.patch changeset_r3202.patch dont-limit-email-local-part.patch disable-dns-prefetch.patch +default-charset-utf8.patch