if PHP recode functions are used for decoding, they might use html character
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Mar 2006 20:31:31 +0000 (20:31 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Mar 2006 20:31:31 +0000 (20:31 +0000)
commit564990610d25dffb34b73f18b7564c1fd027d0c7
tree5120983db036d03f4067a86a37c5438c4216f872
parentbff157dd2854af789b0539f283fa63e07f17f2ce
if PHP recode functions are used for decoding, they might use html character
entities. Encoding functions can't handle them. It is easier to convert all
entities in one place instead of finding supported entities in every encoding
function.

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