summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck_postgres.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl
index 22f3b4408..83da8c05a 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -30,6 +30,8 @@ $Data::Dumper::Varname = 'POSTGRES';
$Data::Dumper::Indent = 2;
$Data::Dumper::Useqq = 1;
+binmode STDOUT, ':utf8';
+
our $VERSION = '2.19.0';
use vars qw/ %opt $PSQL $res $COM $SQL $db /;