Index: branches/5.2.x/core/kernel/utility/debugger.php =================================================================== diff -u -N -r15597 -r15601 --- branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15597) +++ branches/5.2.x/core/kernel/utility/debugger.php (.../debugger.php) (revision 15601) @@ -1,6 +1,6 @@ no value'; } else { - $value = htmlspecialchars($this->print_r($value, true)); + $value = htmlspecialchars($this->print_r($value, true), null, 'UTF-8'); } echo '' . $prefix . '' . $key . '' . $value . '';