From 332ace96480932cb0e3b79a1b165ebdd79af4a28 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Fri, 6 Feb 2009 03:31:39 +0000 Subject: [PATCH] small char encoding fix to merged upgrade --- docs/upgrades/upgrade_7.5.40-7.6.10.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrades/upgrade_7.5.40-7.6.10.pl b/docs/upgrades/upgrade_7.5.40-7.6.10.pl index 7ae0c9e64..08900c63a 100644 --- a/docs/upgrades/upgrade_7.5.40-7.6.10.pl +++ b/docs/upgrades/upgrade_7.5.40-7.6.10.pl @@ -39,6 +39,8 @@ use WebGUI::Utility qw(isIn); my $toVersion = '7.6.10'; my $quiet; # this line required +# in case we need to output UTF-8 chars +binmode STDOUT, ':utf8'; my $session = start(); # this line required