From 411bd3fe8256f7784ed1ef19c5b37259aa8b7014 Mon Sep 17 00:00:00 2001 From: Demis Palma Date: Fri, 8 Jul 2016 22:43:37 +0100 Subject: [PATCH] Fixed wrong encoding in currency symbols --- program/lib/Roundcube/rcube_html2text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/lib/Roundcube/rcube_html2text.php b/program/lib/Roundcube/rcube_html2text.php index 269d350ef..2c16171b5 100644 --- a/program/lib/Roundcube/rcube_html2text.php +++ b/program/lib/Roundcube/rcube_html2text.php @@ -234,7 +234,7 @@ class rcube_html2text '-', '*', '£', - 'EUR', // Euro sign. € ? + 'EUR', // Euro sign. € '|+|amp|+|', // Ampersand: see _converter() ' ', // Runs of spaces, post-handling );