Index: branches/5.3.x/core/units/helpers/controls/minput_helper.php =================================================================== diff -u -N -r15483 -r15677 --- branches/5.3.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/controls/minput_helper.php (.../minput_helper.php) (revision 15677) @@ -1,6 +1,6 @@ ' . htmlspecialchars($field_value) . ''; + $xml .= '' . htmlspecialchars($field_value, null, CHARSET) . ''; } $xml .= ''; }