Re: Fetching the charset when set in meta.
"Gisle Aas" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 1/12/07, Bill Moseley <[email protected]> wrote: > And if uncompressing was a separate method from decodings I could just > > print $response->uncoompressed_content; > > and print the content uncompressed, but still encoded in the original > encoding. This would be the same as: print $response->decoded_content(charset => "none"); -- Gisle Aas