Skip to content

Commit

Permalink
Merge pull request #730 from ikedas/maintenance_support_scripts-3 by …
Browse files Browse the repository at this point in the history
…ikedas

pod2md: Some fixes
  • Loading branch information
ikedas authored Aug 16, 2019
2 parents 0e90300 + 027d701 commit ae33786
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion support/pod2md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ pod2usage(0) if $options{help};
my $verbose = $options{verbose};
my $release = $options{release};

my $parser = Pod::Markdown::Sympa->new(output_encoding => 'utf-8',);
my $parser = Pod::Markdown::Sympa->new(
output_encoding => 'utf-8',
html_encode_chars => '|',
);
do {
my ($ifile, $ofile) = splice @ARGV, 0, 2;
my $fname = [split m{/}, $ofile || $ifile || 'manual']->[-1];
Expand Down

0 comments on commit ae33786

Please sign in to comment.