[TYPO3-german] Problem mit Umlauten
Martin Holtz
typo3 at martinholtz.de
Fri Aug 31 17:09:55 CEST 2007
Hi Micho,
> Mysql ist folgendermassen konfiguriert.
> MySQL-Zeichensatz: UTF-8 Unicode (utf8)
> Zeichensatz / Kollation der MySQL-Verbindung: utf8-general-ci
> Tabelle Kollation: utf8_bin
> Spalte Kollation: utf8_general_ci
>
> in localconf.php ist
> $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
> definiert.
probier es mal damit:
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8'.chr(10).'SET
CHARACTER SET utf8'.chr(10).'';
gruß,
martin
More information about the TYPO3-german
mailing list