htmlentities break everything that is not iso-8859-1
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Jun 2005 08:39:36 +0000 (08:39 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Jun 2005 08:39:36 +0000 (08:39 +0000)
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

index b8d1408e7a50bb0549e22db151b2f8ff1a37223c..f1dcf122f201c45beac1aab432633aaf5d99cb8d 100644 (file)
@@ -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)
     */
 
     /**