HTML::entities encode character "»"
Brought to you by:
gisle
When I call HTML::Entities::encode_entities($string)
and $string contains the '»' character, it returns
"»" rather than just "»"
Also, when decoding "»" it returns the unknown
character (the weird question mark).
If I decode "»" it returns '»'.
This is occuring for version 1.35 of HTML::Entities,
but not for version 1.29