On 2016年07月06日 01:45, Niclas Arndt wrote:
> This patch fixes the problem for me with OpenSUSE Leap 42.1, Squirrelmail
> 1.4.22, for Swedish characters:
>
>
> - open /path/squirrelmail/functions/i18n.php
> - in function charset_decode line 187:
>
> if (! $save_html) $string = htmlspecialchars
This patch fixes the problem for me with OpenSUSE Leap 42.1, Squirrelmail
1.4.22, for Swedish characters:
- open /path/squirrelmail/functions/i18n.php
- in function charset_decode line 187:
if (! $save_html) $string = htmlspecialchars ($string);
change it to:
if (! $save_html) $string = htmls