diff options
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 93c37a51c..075031482 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -81,6 +81,7 @@ use constant SHUTDOWNHTML_EXIT_SILENTLY => [ # Note that this is a raw subroutine, not a method, so $class isn't available. sub init_page { + (binmode STDOUT, ':utf8') if Bugzilla->params->{'utf8'}; # Some environment variables are not taint safe delete @::ENV{'PATH', 'IFS', 'CDPATH', 'ENV', 'BASH_ENV'}; |