Don't use htmlentities() to sanitize input/output.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Apr 2004 17:09:58 +0000 (17:09 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Apr 2004 17:09:58 +0000 (17:09 +0000)
commit745eb9e20da22614d83f6931bbeea9ec1ac30053
tree0d6fde720734e8454355bb0921f2df9bc41de758
parent781544731eb0e9b07849b5fde89bf6caa28d24d2
Don't use htmlentities() to sanitize input/output.
It breaks things outside of Western Europe/US.

Changing functions to use htmlspecialchars(). It still breaks things
in compose, when is_conversion_safe($charset)=true.

at least it breaks less.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7051 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/forms.php