At Tue, 25 Nov 2014 08:26:01 +0100,
Renee B wrote:
> 
> Vielleicht liefert
> http://stackoverflow.com/questions/7285215/nginx-fastcgi-utf-8-encoding-output-iso-8859-1-instead-of-utf8
> die Lösung

Thanks, figured it out! Thanks to your link I dumped the env to a file and
then checked variable for variable[1] which was the culprit. If
„FCGI_ROLE="RESPONDER"“ is set, all the umlauts are garbled. I then
grepd the source for FCGI_ROLE and then discovered
Layout.pm[2] and then comented the encoding stuff
and now all the umlauts work.

What should I do? Should I comment in the tickets that this change
breaks stuff for me? 

greetings

Tim

[1] http://pastebin.geany.org/2HTNv/
[2] https://github.com/OTRS/otrs/blob/rel-4_0/Kernel/Output/HTML/Layout.pm#L1440
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to