summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-01 23:00:29 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-01 23:00:29 +0200
commit71f44e682fe7b0f68d3a6a609aa5321c081c3fcc (patch)
treed904831de052af5653cf99239a51a4b14e081959 /checksetup.pl
parentcbbcceb2a69d48737fac00639421d53f92c61c64 (diff)
downloadbugzilla-71f44e682fe7b0f68d3a6a609aa5321c081c3fcc.tar.gz
bugzilla-71f44e682fe7b0f68d3a6a609aa5321c081c3fcc.tar.xz
Bug 382398: Make checksetup.pl localized messages be output in the
console's charset r=timello, a=mkanat
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/checksetup.pl b/checksetup.pl
index a27446e0c..8993ff08d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -62,12 +62,6 @@ use Bugzilla::Install::Util qw(install_string get_version_and_os init_console);
# When we're running at the command line, we need to pick the right
# language before ever displaying any string.
init_console();
-# Required for displaying strings from install_string, which are always
-# in UTF-8, in every language. For other scripts, Bugzilla::init_page
-# handles this, but here we just need to assume that checksetup.pl output
-# is always UTF-8 in order for install_string to work properly in other
-# languages.
-binmode STDOUT, ':utf8';
my %switch;
GetOptions(\%switch, 'help|h|?', 'check-modules', 'no-templates|t',