summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 6ca46f430..3aa6e5489 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -77,7 +77,7 @@ sub init_page {
if (Bugzilla->usage_mode == USAGE_MODE_CMDLINE) {
init_console();
}
- elsif (Bugzilla->params->{'utf8'}) {
+ else {
binmode STDOUT, ':utf8';
}