in reply to Re^8: Error with .xml file processing in XML::Simple
in thread Error with .xml file processing in XML::Simple

Hi,

Thanks for the helps guys/gals.

Managed to get it working via this command :)

`perl -pi.bak -e 's|ISO-8859-15|iso-8859-1|' $file`;

Cheers

Andy
  • Comment on Re^9: Error with .xml file processing in XML::Simple

Replies are listed 'Best First'.
Re^10: Error with .xml file processing in XML::Simple
by ultranerds (Hermit) on Feb 18, 2009 at 12:21 UTC
    Ok, that SSH line I gave didn't do quite what I wanted.

    I ended up finding the .enc file here as a download :)

    http://www.nabble.com/Bug-380426:-missing-encoding-for-iso-8859-15-td5561114.html

    (just in case anyone else comes across the same issue =))

    Cheers

    Andy