Skip to content

Commit 38b7157

Browse files
author
Andrey Khozov
committed
try upgrade utf8
1 parent bda07f9 commit 38b7157

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/CS/Model/Checker.pm

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

164165
if (length $stdout > MAX_OUTPUT_LENGTH) {

0 commit comments

Comments
 (0)