Skip to content

Commit

Permalink
Issue #1054: remove utf::encode() as result was double encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Feb 1, 2022
1 parent af6062c commit 7bffeb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cgi-bin/nph-genericinterface.pl
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,5 @@
print STDOUT $Headers;

for my $Line ( $Res->[2]->@* ) {
utf8::encode($Line);
print STDOUT $Line;
}

0 comments on commit 7bffeb4

Please sign in to comment.