I'm processing some XML files (specifically .vcproj
files) in Perl and I want to unescape the special characters. The escaped characters I've encountered so far are:
"



Obviously I can do this myself but it seems that there should be a standard (or CPAN) module to do this but a naive search brings up nothing relevant.
Any ideas?