On Mon, Mar 16, 2015 at 07:55:47PM +0100, Giuseppe Scrivano wrote: > ./texi2pod.pl -D VERSION="1.16.3.6-b74a-dirty" ./wget.texi wget.pod > /usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.16.3.6-b74a-dirty" > wget.pod > wget.1 > Wide character in printf at /usr/share/perl5/vendor_perl/Pod/Simple.pm line > 541. > wget.pod around line 2395: Non-ASCII character seen before =encoding in > 'Nikšić'. Assuming UTF-8 > POD document had syntax errors at /usr/bin/pod2man line 69. > A year or so, podlators require to specify POD encoding if the POD is not ASCII or ISO-8859-1. Future versions will default to CP1251. I recommend to write:
=encoding utf8 above first POD line. Also for some time, podlators have pretty verbose diagnosis and complains on things which older versions did not complain. The actuall output depends on how old your perl or CPAN installation is. -- Petr
signature.asc
Description: PGP signature
