I am using perl to parse html and convert it to XML. Slowly, over time, I have built up a table of HTML special entities (©, , £, etc.) that I have to convert to hex values before putting them in the XML. Does anyone know if there's a module lying around somewhere that would do that conversion for me, or should I just still to use the look up table?