Re: Doing character encoding/decoding within libwww?
Bill Moseley <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 21, 2007 at 12:49:26PM -0700, David Nesting wrote:
> For most uses of libwww, developers do little with character encoding.
> Indeed, for general-case use of LWP::Simple, they can't, because that
> information isn't even exposed. Has any thought gone into doing this
> internally within libwww, so that when I fetch content, I get back text
> instead of octets?
If you have the response object:
$response->decoded_content;
--
Bill Moseley
[email protected]