Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r15569 -r15601 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15569) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15601) @@ -1,6 +1,6 @@ Application->isAdmin) { - $value = htmlspecialchars($value); + $value = htmlspecialchars($value, null, CHARSET); } $array[$key] = $value;