Skip to content

Commit

Permalink
Issue #714: add "=encoding UTF-8" to pod generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jul 18, 2024
1 parent 7642ef9 commit 54b67f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Optiks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ end

function M.buildManPod(self)
local b = {}
b[#b+1] = "=encoding UTF-8"
b[#b+1] = self.progName
b[#b+1] = "=head1 SYNOPSIS"
b[#b+1] = self.usage
Expand Down

0 comments on commit 54b67f5

Please sign in to comment.