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

comparing entities with space padding #24

Closed thisname12345 closed 2 years ago

thisname12345 commented 2 years ago

' != ' as a hash key anyway anyone any ideas as to where to bring this issue up?

oalders commented 2 years ago

I can't quite tell if this is spam or a real issue. Some context is required to understand the problem. A code snippet to reproduce the warning would be a good start.

thisname12345 commented 2 years ago

its mostly spam they are the same hash keys you can change the equality with a use Text::Unaccent::PurePerl qw(unac_string); its getting out of a tangle with F4 being ascii C3 B4 being utf-8 displayed as ÃŽ ?? anyway

oalders commented 2 years ago

A code snippet to reproduce the warning would be a good start.