Index: trunk/core/kernel/processors/main_processor.php =================================================================== diff -u -r4636 -r4723 --- trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 4636) +++ trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 4723) @@ -827,7 +827,8 @@ function XMLTemplate($params) { define('DBG_SKIP_REPORTING', 1); - header('Content-type: text/xml'); + $lang =& $this->Application->recallObject('lang.current'); + header('Content-type: text/xml; charset='.$lang->GetDBField('Charset')); } }