Closed Muzer closed 10 years ago
Use page.text rather than page.content - makes requests figure out the character encoding rather than it using binary and then interpreting that as ISO-8859-1.
I haven't actually tested this, incidentally.
Use page.text rather than page.content - makes requests figure out the character encoding rather than it using binary and then interpreting that as ISO-8859-1.