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.
In reply to Re: ISO to UNICODE
by ikegami
in thread system status
by Devasundaram
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |