setting the correct charset for the new xajax version

This commit is contained in:
Ralf Becker 2006-08-24 10:53:09 +00:00
parent 698c0d9416
commit e53b4f7b17

View File

@ -68,7 +68,10 @@
)
);
include('./header.inc.php');
// now the header is included, we can set the charset
$GLOBALS['xajax']->setCharEncoding($GLOBALS['egw']->translation->charset());
$ajaxClass =& CreateObject($appName.'.'.$className);
$argList = $GLOBALS['egw']->translation->convert($argList, 'utf-8');