On Jun 28, 2013, at 12:53 PM, Eugen Konkov via RT <bug-Pod-Simple@rt.cpan.org> wrote:
Show quoted text> in Pod::Simple
>
> line 410
> my $encoding = $line =~ /[\xC0-\xFD][\x80-\xBF]/ ? 'UTF-8' : $locale;
>
> fill $locale from $ENV{LANG} instead of default 'ISO'
$ENV{LANG} is unlikely to know the encoding in which the Pod file was authored. That code has undergone quite a bit of change recently, though. See
https://github.com/theory/pod-simple/blob/master/lib/Pod/Simple/BlackBox.pm#L131
Best,
David