Skip Menu |

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

Report information
The Basics
Id: 71151
Status: resolved
Priority: 0/
Queue: HTML-Parser

People
Owner: Nobody in particular
Requestors: daviddlowe.flimm [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.68
Fixed in: (no value)



Subject: Incorrect POD concerning the resolution of warning "Parsing of undecoded UTF-8 will give garbage when decoding entities"
The POD of this module includes a section on how to avoid this warning: "Parsing of undecoded UTF-8 will give garbage when decoding entities" The advice given is to "use Encode::encode_utf8() on the data before feeding it to the $p->parse()". Surely, that should be "use Encode::decode_utf8()" instead?