I have a link that has a special character ® like the link below. https://www.google.com/something®something
I get an error message that UnicodeEncodeError: 'ascii' codec can't encode character '\xae' in position 68: ordinal not in range(128). I look up other posters but it only explains how to ignore the special characters or deal with one in the HTML body. I can't remove the special characters because I need that exact URL to extract data. How can I open that URL in the right way that I could use to extract the data?