I have this in python and it is driving me nuts. How can I fix (normalize) the encoding in this string:
u"wie wir sie lieben **\u2013** unkompliziert und am Puls der Zeit**\u201c**\nElegant, casual oder maritim, unsere Alltags-Looks sind so **viel\xe4fltig** wie unser Leben"
Martijn marked it as a duplicate question: I need to ask once more. The above string contains both: \u2013 and \xe4f Doesn't this indicate a mixed encoding. If yes, how can it be fixed? Or am I misunderstanding something?