in reply to Re^3: error returned with XML::Simple or Data::Dumper
in thread error returned with XML::Simple or Data::Dumper

UTF-8

Richard
  • Comment on Re^4: error returned with XML::Simple or Data::Dumper

Replies are listed 'Best First'.
Re^5: error returned with XML::Simple or Data::Dumper
by aquarium (Curate) on Jul 18, 2010 at 23:51 UTC
    some xml parsing modules are more strict than others with regards to well formed and valid xml file etc. in your case i think you need to specify the encoding to be sure it's parsed
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    or whatever encoding you desire.
    the hardest line to type correctly is: stty erase ^H