On Mon, Apr 13, 2015 at 08:29:51PM +0200, Uwe Kleine-König wrote: > . The problem compared to wheezy is (I think) that systemd doesn't > provide LC_* variables in the server's environment. This time it doesn't seem to be systemd who is to blame. /etc/apache2/envvars explicitly does
export LANG=C
. Changing this into
export LANG=C.UTF-8
fixes the issue for me.
Best regards
Uwe
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

