Skip Menu |

This queue is for tickets about the HTML-Format CPAN distribution.

Report information
The Basics
Id: 69804
Status: new
Priority: 0/
Queue: HTML-Format

People
Owner: Nobody in particular
Requestors: jik [...] kamens.brookline.ma.us
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.10
Fixed in: (no value)



Subject: More HTML entities that aren't handled properly: — –
#!/usr/bin/perl use HTML::TreeBuilder; use HTML::FormatPS; print HTML::FormatPS->new()->format(HTML::TreeBuilder->new_from_content(" <html> <body> <p>M dash: &mdash;</p> <p>N dash: &ndash;</p> </body> </html> "));