From: tokul Date: Thu, 16 Jun 2005 08:39:36 +0000 (+0000) Subject: htmlentities break everything that is not iso-8859-1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ef48a8ece75de29b1fdd232ac9b80985c7ed39ac;p=squirrelmail.git 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 --- 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) */ /**