Erwin Waterlander writes: > It looks like this http://waterlan.home.xs4all.nl/tmp/dos2unix.htm > while it should look like > http://waterlan.home.xs4all.nl/dos2unix/uk/man1/dos2unix.htm > > It could be a pod2html bug. I know that between perl 5.14.2 and 5.18 > the pod2html output changed from plain UTF-8 to ASCII with ampersand > codes. I have asked the maintainer about it, but I got no answer.
If you don't define PERL_UNICODE (it must not be present at all in the environment) then it should work. The version of pod2html that comes with 5.14 doesn't understand coding directives and has bugs with IO layers, so if you make Perl unicode aware it'll encode the output twice. Now, it seems that using Pod::Html and pod2html from 5.18 (which has the GSoC patches from Marc Green) might work, but since this is not available as a CPAN distribution and I'm not sure who else might use Pod::Html in creative ways, I'd rather not go there. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple