Pergunta

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?

Foi útil?

Solução 2

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.

Outras dicas

The encoding parameter could be also specifed through :

config.additionalHeaders = Content-Type:text/xml;charset=utf-8
config.renderCharset = utf-8

Use TypoScript Object Browser to inspect the elements on the page in question.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top