Skip to content

Commit 0ec84a5

Browse files
committed
Fix utf8 rebuild warnings by specifying encoding and binmode
1 parent 630b455 commit 0ec84a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Ovid/Site.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ package Ovid::Site {
135135
'--src=tmp',
136136
'--dest=.',
137137
'--lib=include',
138+
'--binmode' => 'utf8', # encoding of output file (same as _run_ttree)
139+
'--encoding' => 'utf8', # encoding of input files (same as _run_ttree)
138140
$relative_file,
139141
);
140142

0 commit comments

Comments
 (0)