Some wild hosters might have a default charset other than utf-8 configured. This will lead to garbled text in the contao check since the Content-Type header takes precedence over the <meta charset="utf-8"> definition in the output (http://stackoverflow.com/a/7103606/374996).
Some wild hosters might have a default charset other than
utf-8
configured. This will lead to garbled text in the contao check since theContent-Type
header takes precedence over the<meta charset="utf-8">
definition in the output (http://stackoverflow.com/a/7103606/374996).May be
can be simply added to
Router::dispatch
.