[Typo3-dev] AWStats and forceCharset in T36(rc1)
Ludwik Górski
ludwik at iceage.pl
Wed Mar 24 23:31:05 CET 2004
Hello
In RC1, forceCharset causes problem in AWStats in Internet Explorer (at
least in ver. 6) - at least for Polish language ;)
My dirty solution was putting this:
$GLOBALS['LANG']->charSet = $this->doc->charset = 'iso-8859-2';
Before this
$this->content.=$this->doc->startPage($LANG->getLL("title"));
$this->content.=$this->doc->header($LANG->getLL("title"));
$this->content.=$this->doc->spacer(5);
Around line 120 in typo3conf\ext\cc_awstats\mod1\index.php.
I hope that will help some people and I hope it is not yet changed in
RC2 ;), which I didn't have time to install.
Ludwik
More information about the TYPO3-dev
mailing list