SVN commit 643451 by mvolkert: Fix for correct utf8 handling M +1 -2 rechts.inc --- trunk/www/international/germany/inc/navigation/rechts.inc #643450:643451 @@ -98,8 +98,7 @@ function characterData($parser, $data) { //this will insert the contents global $enable_output, $title_temp; if ($enable_output == 1) { - print htmlentities($data); - //htmlentities will be made out of the special characters in the xml file + print $data; } if ($title_temp[0] == 1) { $title_temp[1] .= $data;