You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).