small char encoding fix to merged upgrade
This commit is contained in:
parent
ede922e060
commit
332ace9648
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue