Hi Gurus, I have a problem with reading xml file which has foriegn characters (like plutôt) using xml::Simple.
I get xml read error. Then I included encoding=iso8859-1 at the top of xml file. I am able to read the xml file , but the characters are changed to plut?t instead of plutôt, Because of this my test fails. I need to change the file to UTF-8 format. If I include encoding="UTF-8" at the top of xml file, Still I get XML read error. Can somebody guide me to solve this. Thanks in Advance, PP