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 ($string);
> 
> change it to:
> 
> if (! $save_html) $string = htmlspecialchars ($string, ENT_COMPAT, 
> 'ISO-8859-1');

In which case, you should pay note to the message that was sent on this
thread before your last.

-- 
Paul Lesniewski
SquirrelMail Team
Please support Open Source Software by donating to SquirrelMail!
http://squirrelmail.org/donate_paul_lesniewski.php

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to