Closed boethin closed 11 years ago
That's right. Twitter intentionally sends HTML encoded entities to make statuses "safe" for web display. It's a bother if that's not what you want.
To automatically decode them, pass decode_html_entities => 1
to Net::Twitter->new
.
ups, oh, next time I'll read the API manual first :)
In the status text field, the character '&' (ampersand) appears as '&' (XML character entity).