Bug#270418: apache: Apache initscript ignores system locale

2004-09-07 Thread Ian Eure
Package: apache Version: 1.3.31-5 Severity: important Tags: l10n From /etc/init.d/apache: -- snip -- ENV=env -i LANG=C PATH=/bin:/usr/bin:/usr/local/bin ... APACHECTL=$ENV $APACHECTL -- snip -- This renders PHP unable to display UTF-8 text with gettext; all non-ASCII characters are changed to

Bug#270418: apache: Apache initscript ignores system locale

2004-09-07 Thread Ian Eure
On Tuesday 07 September 2004 07:06 am, Adam Conrad wrote: Ian Eure wrote: This renders PHP unable to display UTF-8 text with gettext; all non-ASCII characters are changed to question marks. Even if you export the right LANG in PHP with putenv()? Yes.

Bug#270418: apache: Apache initscript ignores system locale

2004-09-07 Thread Ian Eure
On Tuesday 07 September 2004 03:03 am, Fabio Massimo Di Nitto wrote: severity 270418 wishlist tag 270418 wontfix stop On Tue, 7 Sep 2004, Ian Eure wrote: Package: apache Version: 1.3.31-5 Severity: important Tags: l10n From /etc/init.d/apache: -- snip -- ENV=env -i LANG=C