Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: XML::Simple and ISO-8859-1 encoding buggy?

by ikegami (Patriarch)
on May 27, 2021 at 22:05 UTC ( [id://11133176]=note: print w/replies, xml ) Need Help??


in reply to Re: XML::Simple and ISO-8859-1 encoding buggy?
in thread XML::Simple and ISO-8859-1 encoding buggy?

That would be the opposite of what you want. You want the undecoded content.

Seeking work! You can reach me at ikegami@adaelis.com

  • Comment on Re^2: XML::Simple and ISO-8859-1 encoding buggy?

Replies are listed 'Best First'.
Re^3: XML::Simple and ISO-8859-1 encoding buggy?
by Anonymous Monk on May 28, 2021 at 01:51 UTC

      Transfer encodings (gzip, compress, etc) are already removed automatically. No need to use decoded_content for that.

      decoded_content does remove some content encodings. This means, for example, that it allows you to request a .gz file and get the .xml within. But the OP didn't say anything about requesting a non-XML file and wanting to get the XML from it.

      Finally, and most relevant, it also undoes character encodings, and that's bad. It can be told not to do this, but my comment was directed a code that didn't prevent this.

      Seeking work! You can reach me at ikegami@adaelis.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11133176]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (None)
    As of 2024-04-25 03:58 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found