browser = mechanize.Browser()
page = browser.open(url)
html = page.get_data()
print html
It shows some strange characters. I suppose that it is UTF-8 string but Python doesn't know that and cannot show it properly.
How can I convert this string to unicode string like
u = u'test'