Subject: | Wide character warning |
If converting Pods containing wide characters then I got warnings like
"Wide character in print at
/usr/local/share/perl/5.8.8/Pod/Simple/Wiki.pm line 125, <IN> line 460."
Seen while executing the command
pod2wiki --style twiki Kwalify.pm Kwalify.html
(Kwalify.pm is available from CPAN if you like to test)
I guess that somewhere a binmode $fh, ":utf8" or similar is missing.
It's just about the warning; the generated twiki document looks correct
and the accent over c (which is causing the warning) shows up right in
twiki, too.
Regards,
Slaven