[-] BO : fix #PSTEST-1114 - unrecognized chars in e-mail

This commit is contained in:
tDidierjean
2012-03-30 13:42:50 +00:00
parent 67f0738812
commit 9635fc1d0d
4 changed files with 15 additions and 15 deletions
+1
View File
@@ -615,6 +615,7 @@ class ToolsCore
public static function htmlentitiesUTF8($string, $type = ENT_QUOTES)
{
if (is_array($string))
return array_map(array('Tools', 'htmlentitiesUTF8'), $string);
return htmlentities($string, $type, 'utf-8');
}