Description
From mperry@cpan.org in https://rt.cpan.org/Ticket/Display.html?id=111261
When I run "perldoc File::Spec" the resulting documentation shows Andreas König's name as "Andreas Knig".
I've verified this result using Perldoc v3.25 with Perl 5.22.0 on CentOS 6.7 and Cygwin. LANG is set to en_US.UTF-8 and TERM is xterm.
When I switch back to the system perl on CentOS the text is correctly rendered as "Andreas Koenig". That's using Perldoc v3.14_04 with Perl 5.10.1.
I was able to get the correct behavior with Perldoc v3.25 if I added "=encoding utf8" to the POD in File::Spec. However, I don't know if that's the right place to fix it or if it should be fixed in Pod::Text or in Perldoc.
From Slaven:
Also broken, with the same effect (output of "") ("ö" is here encoded as latin1):
=encoding iso-8859-1
Andreas König
=cut