From 13e31f7d465af656f7cecf43b379039ccbc28241 Mon Sep 17 00:00:00 2001 From: Srdjan Date: Fri, 1 Nov 2013 17:20:28 +1300 Subject: [PATCH] bug_11156: binmode STDOUT, ':utf8' This is a noop. To test: * Run misc/cronjobs/check-url.pl If you *really* want to test, place some non-ascii bogus urls in 856 and observe absence of "wide character" warning --- misc/cronjobs/check-url.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index 589a4c5..61162b8 100755 --- a/misc/cronjobs/check-url.pl +++ b/misc/cronjobs/check-url.pl @@ -222,6 +222,8 @@ EOS # BEGIN +binmode STDOUT, ':utf8'; + usage() if $help; if ( $html && !$host_pro ) { -- 1.8.1.2