in reply to system status

I was about to suggest decode_entities in HTML::Entities (which converts HTML/XHTML entities such as é to UNICODE characters), but while = looks like an HTML/XHTML entity, it isn't.

If you can't find a module that does what you want, you could model one based on HTML::Entities.