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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to