Fix "wide character in print" warnings

hinted-selects
Vitaliy Filippov 2014-10-13 18:46:10 +04:00
parent cdf833a277
commit 3fe520c73a
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ sub diff
$new_file->unlink_on_destroy(1);
s/(.)/$1\n/gso for $old, $new;
Encode::_utf8_off($_) for $old, $new;
print $old_file $old;
print $new_file $new;