Bug#378327: pod2html converts I ... etc. incorrectly

2009-04-03 Thread Niko Tyni
found 378327 5.10.0-19 thanks On Sat, Jul 15, 2006 at 01:14:26PM +0200, Jakub Wilk wrote: Package: perl Version: 5.8.8-4 Severity: normal pod2html fails to convert I ... , B ... , F ... and S ... in the expected manner: $ cat buggy __END__ =head1 FOO I x B x F x S x

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-16 Thread Jakub Wilk
* Steve Peters [EMAIL PROTECTED], 2006-07-15, 09:27: $ cat buggy __END__ =head1 FOO I x B x F x S x =cut $ pod2html buggy | grep 'gt;' pemx /emgt;/p pstrongx /stronggt;/p pemx /emgt;/p pxnbsp;gt;/p It appears to be behaving as expected. The only problem is the missing Elt and

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-16 Thread Steve Peters
On Sun, Jul 16, 2006 at 03:01:28PM +0200, Jakub Wilk wrote: * Steve Peters [EMAIL PROTECTED], 2006-07-15, 09:27: $ cat buggy __END__ =head1 FOO I x B x F x S x =cut $ pod2html buggy | grep 'gt;' pemx /emgt;/p pstrongx /stronggt;/p pemx /emgt;/p pxnbsp;gt;/p It

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-15 Thread Jakub Wilk
Package: perl Version: 5.8.8-4 Severity: normal pod2html fails to convert I ... , B ... , F ... and S ... in the expected manner: $ cat buggy __END__ =head1 FOO I x B x F x S x =cut $ pod2html buggy | grep 'gt;' pemx /emgt;/p pstrongx /stronggt;/p pemx /emgt;/p pxnbsp;gt;/p

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-15 Thread Steve Peters
On Sat, Jul 15, 2006 at 01:14:26PM +0200, Jakub Wilk wrote: Package: perl Version: 5.8.8-4 Severity: normal pod2html fails to convert I ... , B ... , F ... and S ... in the expected manner: $ cat buggy __END__ =head1 FOO I x B x F x S x =cut $ pod2html