I\'m having problems dealing with unicode characters from text fetched from different web pages (on different sites). I am using BeautifulSoup.
The problem is that
Just add to a variable encode('utf-8')
agent_contact.encode('utf-8')