Skip to content

Commit

Permalink
Force pcpp to use utf-8 as output
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Sep 26, 2024
1 parent 921d9eb commit 31d98b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def to_pcpp_args_list(self) -> List[str]:
args += ['-I', v]
args += self.other_args
args.extend(['--passthru-includes', self.passthrough_includes_regex])
args.extend(['--output-encoding', 'utf-8'])
if self.line_directive is not None:
args.extend(['--line-directive', self.line_directive])
else:
Expand Down

0 comments on commit 31d98b8

Please sign in to comment.