Hi. I'm debugging an application written in Perl that converse data exported from the Nessus security scanner in xml format. I have narrowed down the bug to an issue with special characters in names that are in the file such as Frédéric and Grégoire , thus é are most likely the guilty parties.
What is the best and most simple way to handle this ? From a quick google it looks like I should convert the file to UTF8 format , would this be correct ? Thanks Greg