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]

Reply via email to