mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 20:06:24 +08:00
[bugfix] add utf8 support for pod2html and pod2markdown
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
for file in $`ls *.pod`
|
||||
do
|
||||
mdfile=`basename -s .pod $file`.md
|
||||
pod2markdown $file $mdfile
|
||||
pod2markdown --utf8 $file $mdfile
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user