[TYPO3-english] Where to set mb_internal_encoding

Victor Livakovsky v-tyok at mail.ru
Mon May 31 19:19:09 CEST 2010


>
> Since I cannot access php.ini, the only thing to do is to set 
> mb_internal_encoding('utf-8') in php-files.
>
> Somebody recommended to do this in the main index.php...
>
> But is this the right place?


As Dmitry said, it should be in .htaccess:
php_value mb_internal_encoding UTF-8 



More information about the TYPO3-english mailing list