/ Published in: TYPO3
Expand |
Embed | Plain Text
# include in localconf.php: # $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; # then in your template set the following: page.config.metaCharset = utf-8 page.config.additionalHeaders = Content-Type:text/html;charset=utf-8 # if you need to convert existing data to utf8, use # http://typo3.org/extensions/repository/view/convert2utf8/current/
You need to login to post a comment.
