mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
setting the correct charset for the new xajax version
This commit is contained in:
parent
698c0d9416
commit
e53b4f7b17
@ -68,7 +68,10 @@
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
include('./header.inc.php');
|
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);
|
$ajaxClass =& CreateObject($appName.'.'.$className);
|
||||||
$argList = $GLOBALS['egw']->translation->convert($argList, 'utf-8');
|
$argList = $GLOBALS['egw']->translation->convert($argList, 'utf-8');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user