Por que o item abaixo está falhando? e por que é bem-sucedido com o codec "latin-1"? 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") resulta em: Traceback (most recent call last): File "<stdin>", line 1, in <module>...