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
I always put the code below in the first two lines of the python files:
# -*- coding: utf-8 -*- from __future__ import unicode_literals