Martin v. Löwis added the comment: The first issue (non-ASCII characters won't work in interactive mode) was reported as issue 1100 also, and is now fixed in r57957.
As for the other issues, I'm not quite sure what to make out of them - I see a different behavior: py> "Äpfel".decode('latin-1).encode('utf-8') File "<stdin>", line 1 "Äpfel".decode('latin-1).encode('utf-8') ^ SyntaxError: invalid syntax This is not surprising - 'latin-1 is missig a closing quotation mark. I'm not sure where the indentation comes from, it is not supposed to be there, and I don't see it on my machine. What operating system, Python version, and interactive mode (shell or IDLE) are you using? [unassigning myself - the certain bug has been fixed] ---------- assignee: loewis -> __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1092> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com