I have a problem, i trying to get a string to be equel in python3 and in mysql, the problem is i expect its shut be utf-8 but the problem is its not the same.
i have this string
station√¶r pc > station√¶r pc
and what i wich now is its shut look like this
stationr pc > stationr pc
and i have try to use bytes(string, 'utf-8').decode('utf-8') and a lots of orther things.
hope one here can help me to strip all the wirdt charters out of my strings so i can use it better, the problem is the data coming from extenrel files and i can't control the encoding.