Index: branches/5.2.x/core/kernel/processors/tag_processor.php =================================================================== diff -u -N -r15137 -r15601 --- branches/5.2.x/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 15137) +++ branches/5.2.x/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 15601) @@ -1,6 +1,6 @@ "; if (!isset($this->Prefixes[$prefix])) - $this->Application->ApplicationDie ("Filepath and ClassName for prefix $prefix not defined while processing ".htmlspecialchars($tag->GetFullTag())."!"); + $this->Application->ApplicationDie ("Filepath and ClassName for prefix $prefix not defined while processing ".htmlspecialchars($tag->GetFullTag(), null, CHARSET)."!"); include_once($this->Prefixes[$prefix]['path']); $ClassName = $this->Prefixes[$prefix]['class']; $a_processor = new $ClassName($prefix);