Im Install-Tool und Seitentemplate müssen einige Parameter gesetzt werden:
Installtool:
['BE']['forceCharset'] = 'utf-8'
[setDBinit]
SET CHARACTER SET utf8
SET NAMES utf8
SET SESSION character_set_server=utf8
SET character_set_client = utf8
SET character_set_results = utf8
SET character_set_connection = utf8
Im Template-Setup:
config.renderCharset = utf-8
config.metaCharset = utf-8
config.additionalHeaders = Content-Type:text/html;charset=utf-8
0 Responses to “TYPO3 vollständig auf UTF-8 einrichten”