Set UTF8 mode
Set UTF8 mode so the information is printed correctly.
This commit is contained in:
parent
14fbb42dd6
commit
18ccb9d152
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ if ($CRITERION ne 'id') {
|
|||
push(@supporterIds, $SEARCH_PARAMETER);
|
||||
}
|
||||
my @requestTypes = $sp->getRequestType();
|
||||
binmode STDOUT, ":utf8";
|
||||
foreach my $id (@supporterIds) {
|
||||
$found = 1;
|
||||
my $preferredEmail = $sp->getPreferredEmailAddress($id);
|
||||
|
|
Loading…
Reference in a new issue