From ef48a8ece75de29b1fdd232ac9b80985c7ed39ac Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 16 Jun 2005 08:39:36 +0000 Subject: [PATCH] htmlentities break everything that is not iso-8859-1 htmlspecialchars break only iso-2022 (http://en.wikipedia.org/wiki/ISO_2022). use of iso-2022 charsets in internet communications is deprecated. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9631 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index b8d1408e..f1dcf122 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -421,7 +421,6 @@ class AddressBook { Errors from the backend are cleaned up in this class because we not always have control over it when error output is generated in the backend. If this appears to be wrong place then clean it up at the source (the backend) - Possible problems, translated strings in utf8? (stekkel) */ /** -- 2.25.1