Index: branches/5.2.x/core/units/helpers/xml_helper.php =================================================================== diff -u -N -r14699 -r15601 --- branches/5.2.x/core/units/helpers/xml_helper.php (.../xml_helper.php) (revision 14699) +++ branches/5.2.x/core/units/helpers/xml_helper.php (.../xml_helper.php) (revision 15601) @@ -1,6 +1,6 @@ OriginalAttributes as $name => $value) { - $att_contents[] = $name.'="'.htmlspecialchars($value).'"'; + $att_contents[] = $name.'="'.htmlspecialchars($value, null, CHARSET).'"'; } $xml .= implode(' ', $att_contents); }