Index: branches/5.2.x/core/units/helpers/language_import_helper.php =================================================================== diff -u -N -r15334 -r15359 --- branches/5.2.x/core/units/helpers/language_import_helper.php (.../language_import_helper.php) (revision 15334) +++ branches/5.2.x/core/units/helpers/language_import_helper.php (.../language_import_helper.php) (revision 15359) @@ -1,6 +1,6 @@ _exportEncoding . '"'; foreach ($export_fields as $export_field) { - $ret .= ' ' . $export_field . '="' . htmlspecialchars($language_info[$export_field]) . '"'; + $ret .= ' ' . $export_field . '="' . htmlspecialchars($language_info[$export_field], NULL, 'UTF-8') . '"'; } $ret .= '>' . "\n"; @@ -364,8 +364,8 @@ $column_translation = base64_encode($column_translation); } else { - $hint_translation = htmlspecialchars($hint_translation); - $column_translation = htmlspecialchars($column_translation); + $hint_translation = htmlspecialchars($hint_translation, NULL, 'UTF-8'); + $column_translation = htmlspecialchars($column_translation, NULL, 'UTF-8'); } $attributes = Array (