سؤال

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