On Fri, 13 Aug 2004, Jordi Vilalta wrote:
On Thu, 12 Aug 2004, Danilo Piazzalunga wrote:
> Alle 19:10, giovedì 12 agosto 2004, Martin Quinson ha scritto:
>> Hello,
>>
>> I was admiring the new translation and trying to read it (without really
>> speaking italian) when I discovered some encoding issues. It looks like
>> UTF8 chars handled by a non utf-ready tool.
>
> In the Html you can see things such as:
> "Perché" instead of "Perché"
Yes, it seems mpod2html assumes that the input document is in iso-8859, and
works with the eyes closed :(
Now I've watched the POD file specification:
http://search.cpan.org/dist/perl/pod/perlpodspec.pod
http://search.cpan.org/dist/perl/pod/perlpod.pod
There seems to be a =encoding command. Maybe this should be added by the
Pod module, taking the result of TT::get_out_charset()
I've tried adding it manually and this is the mpod2html response:
*** ERROR: Unknown command 'encoding' at line 14 in file html/tmp/po4a.7.pod
And here's the pod2man one:
po4a.7.pod:14: Unknown command paragraph "=encoding utf-8"
Is this an unsupported feature or am I doing something wrong? :S
Regards,
Jordi Vilalta