HTML Entity Decode for Java [ME]
While working on the Prowork blackberry application, there was the need to decode the encoded html entities from the API. I couldn't find an inbuilt library to do this so I decided to port the javascript html_entity_decode function from phpjs.org.
It is available for download at https://github.com/kehers/HTMLEntityDecode.