From cc1bfce3ddc310495c17df2f6e3d38b4760ca76d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 10 Mar 2023 18:24:08 +0200 Subject: [PATCH] fix email plain text encoding issue --- application/Espo/Entities/Email.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/Espo/Entities/Email.php b/application/Espo/Entities/Email.php index 16c7b52af9..f3276ad68a 100644 --- a/application/Espo/Entities/Email.php +++ b/application/Espo/Entities/Email.php @@ -243,11 +243,11 @@ class Email extends Entity '<', '>', ' ', - chr(161), - chr(162), - chr(163), - chr(169), - chr(174), + '¡', + '¢', + '£', + '©', + '®', ]; foreach ($reList as $i => $re) {