Skip to content

Instantly share code, notes, and snippets.

@githubrsys
Created July 22, 2015 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save githubrsys/d65d4aa91ef619d37fa3 to your computer and use it in GitHub Desktop.
Save githubrsys/d65d4aa91ef619d37fa3 to your computer and use it in GitHub Desktop.
UTF-8 Support on filesystem for typo3
'SYS' => array(
'UTF8filesystem' => '1',
'binPath' => '/usr/bin',
'clearCacheSystem' => '1',
'compat_version' => '6.2',
'curlUse' => '1',
'ddmmyy' => 'd.m.y',
'debugExceptionHandler' => '',
'defaultCategorizedTables' => 'tt_content,pages,sys_file_metadata',
'devIPmask' => '127.0.0.1',
'displayErrors' => '2',
'enableDeprecationLog' => '0',
'enable_errorDLOG' => '0',
'enable_exceptionDLOG' => '0',
'encryptionKey' => 'freeyouKey',
'errorHandler' => '',
'exceptionalErrors' => 'E_ALL ^ E_NOTICE ^ E_WARNING ^ E_USER_ERROR ^ E_USER_NOTICE ^ E_USER_WARNING',
'maxFileNameLength' => '90',
'phpTimeZone' => 'Europe/Berlin',
'productionExceptionHandler' => '',
'sitename' => 'Your name',
'sqlDebug' => '0',
'systemLocale' => 'de_DE.utf-8',
'systemLog' => '',
'systemLogLevel' => '2',
't3lib_cs_convMethod' => 'mbstring',
't3lib_cs_utils' => 'mbstring',
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment