libwww-perl / HTML-Parser

The HTML-Parser distribution is is a collection of modules that parse and extract information from HTML documents.
Other
6 stars 13 forks source link

HTML::Entities can't handle decode_entities("ē") [rt.cpan.org #130763] #6

Open oalders opened 4 years ago

oalders commented 4 years ago

Migrated from rt.cpan.org#130763 (status was 'new')

Requestors:

From lifeboat@lifeboat.com on 2019-10-21 06:39:55 :

In HTML::Entities (Part of HTML-Parser)

decode_entities("ē") doesn't work.

The same goes for decode_entities("Ē").

Everything else that I've tried has worked.

This is for version 3.69 which comes with the latest Perl (5.30.0).