in reply to Re: lwp encoding problem
in thread lwp encoding problem

And the server sends a latin1 header:

$ wget --server-response http://www.inscripts.com/?privacypolicy 2>&1| +grep charset Content-Type: text/html; charset=iso-8859-1

Replies are listed 'Best First'.
Re^3: lwp encoding problem
by user2000 (Sexton) on Aug 26, 2007 at 12:02 UTC
    yes that the exact problem. how should i print the server returned content-type using lwp?