문제

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?

도움이 되었습니까?

해결책 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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top