Warum schlägt der folgende Punkt fehl? und warum gelingt es mit "latin-1" codec? o = "a test of \xe9 char" #I want this to remain a string as this is what I am receiving v = o.decode("utf-8") Ergebnisse in: Traceback (most recent call last): File "<stdin>", line 1, in <module>...