Skip to content

Commit e16ee65

Browse files
author
Andrey Khozov
committed
decode stdout
1 parent 38b7157 commit e16ee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CS/Model/Checker.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ sub _run {
159159
$h->finish;
160160
};
161161
$stdout //= '';
162-
utf8::upgrade($stdout);
162+
utf8::decode($stdout);
163163
$stdout =~ s/\x00//g;
164164

165165
if (length $stdout > MAX_OUTPUT_LENGTH) {

0 commit comments

Comments
 (0)