> print type("Äpfel") print type(u"Äpfel") > <type 'unicode'> <------- Richtig!! > <type 'str'> <------- Warum ist das ein String??? s.o. hth Simon