I'm using BeautifulSoup to scrape a Swedish web page. On the web page, the information I want to extract looks like this:
"Öhman Företagsobligationsfond"
When I print the information from the Python script it looks like this:
"Öhman Företagsobligationsfond"
I'm new to Python and I have searched for answers and tried using # -- coding: utf-8 --
in the beginning of the code but it does not work.
I'm thinking of moving from Sweden to solve this issue.