> -----Original Message----- > From: Eric Wilhelm [mailto:scratchcomput...@gmail.com] > Sent: Saturday, February 14, 2009 8:31 PM > To: module-authors@perl.org > Subject: Re: utf-8 in PODs on search.cpan.org and Kobesearch > > # from Gabor Szabo > # on Saturday 14 February 2009 09:43: > > >Unfortunately neither search.cpan.org nor Kobesearch show them > > correctly. > > Yes, see 'encoding' in http://perldoc.perl.org/perlpod.html > > http://search.cpan.org/perldoc?lambda
As a side note for the test suite: be sure to disable any pod tests for $] < 5.008 or mark them as author test or you'll get failures from 5.6 testers as Pod::Simple does not have any utf8 support or by-pass mechanism under legacy perls > > --Eric