[TYPO3-english] TYPO3 6.0 utf-8 issue

hinterindien at gmx.net hinterindien at gmx.net
Thu Nov 29 21:59:33 CET 2012


Hi list, 

I am just checking out the new baby typo3 6.0. Most of the stuff is working so far, but upgrading from 4.5 all german umlauts in BE and FE are broken.

in the old localconf.php we had the line: 
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';	

which is now translated to:
return array(
	'BE' => array(
		'forceCharset' => 'utf-8',
	),
in LocalConfiguration.php

This seems really staightforward and no source of a possible mistake...

Is there any other new place, that could affect utf-8-handling?

Thanks for ideas
Nicolai


More information about the TYPO3-english mailing list