This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients orsenthil, pitrou, swaroopch
Date 2008-09-03.21:38:02
SpamBayes Score 0.01694801
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
If you look at the headers of HTTP response, the encoding is utf-8. You
should also be able to get this information by calling the info() method
on the return value of urlopen().
History
Date User Action Args
2008-09-03 21:38:03pitrousetrecipients: + pitrou, orsenthil, swaroopch
2008-09-03 21:38:03pitrousetmessageid: <[email protected]>
2008-09-03 21:38:03pitroulinkissue3763 messages
2008-09-03 21:38:02pitroucreate