Search code examples
typo3typoscriptobjectbrowser

Finding a typoscript code on big pages


There's a meta tag with charset ISO and I need to change it to utf8. I browsed through templates and configs, and cannot find the meta tag where it is set. Also I tried to override it with:

config.metaCharset = utf-8

and other config settings on that page without any success.

What's the best way to find a section of Typoscript I'm searching for?


Solution

  • Not found but it was possible to convert the files with broken charakters to the charset in this meta tag (ISO-8859-1). so the characters working now without any changes in the config and/or charsets.