[TYPO3-german] Problem mit Umlauten

micho edo micho2 at gmx.de
Fri Aug 31 17:13:44 CEST 2007


Martin Holtz schrieb:
> 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).'';

Danke!
ich habe jetzt
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS[SYS][setDBinit] = 'SET NAMES utf8
   SET CHARACTER SET utf8
   SET SESSION character_set_server =utf8
   SET character_set_connection = utf8';

konfiguriert und es klappt.


More information about the TYPO3-german mailing list