[TYPO3-dev] setDBinit in 4.4beta2
Stefan Frömken
firma at sfroemken.de
Tue May 4 12:38:32 CEST 2010
I found some additional infos:
localconf.php old TYPO3:
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
CHARACTER SET utf8;'.chr(10).'SET SESSION
character_set_server=utf8;'.chr(10).''; // Modified or inserted by TYPO3
Install Tool.
localconf.php new 4.4 beta2:
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;\'.chr(10).\'SET
CHARACTER SET utf8;\'.chr(10).\'SET SESSION
character_set_server=utf8;'; // Modified or inserted by TYPO3 Install Tool.
The backslashes are to much...
Stefan
Stefan Frömken schrieb:
> Hallo list,
>
> I've installed TYPO3 4.4 beta2 and now all my german umlauts are little
> Questionsmarks in Frontend. I maybe found the problem in INSTALL_Tool:
>
> now in setting-setDBinit stands:
>
> SET NAMES utf8;'.chr(10).'SET CHARACTER SET utf8;'.chr(10).'SET SESSION
> character_set_server=utf8;
>
> I removed all .'chr(10)'. and saved again, but they appear again.
>
> Stefan
More information about the TYPO3-dev
mailing list