diff options
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r-- | Bugzilla.pm | 2 |
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'; } |