Menu

#40 HTML::entities encode character "»"

open
nobody
None
5
2006-11-03
2006-11-03
Anonymous
No

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

Discussion


Log in to post a comment.