diff --git a/CRM/Core/Smarty.php b/CRM/Core/Smarty.php index 1c0ff21dbc1f..49a40a4fe3ff 100644 --- a/CRM/Core/Smarty.php +++ b/CRM/Core/Smarty.php @@ -395,7 +395,7 @@ private function isCheckSmartyIsCompiled() { * * @return string */ - public static function escape($string, $esc_type = 'html', $char_set = 'ISO-8859-1') { + public static function escape($string, $esc_type = 'html', $char_set = 'UTF-8') { // CiviCRM variables are often arrays - just handle them. // The early return on booleans & numbers is mostly to prevent them being // logged as 'changed' when they are cast to a string.