Am Montag, 25. April 2005 20:49 schrieb Simon Pamies:
Guten Abend Simon,
> > print type("Äpfel")
>
> print type(u"Äpfel")
>
> > <type 'unicode'> <------- Richtig!!
> > <type 'str'> <------- Warum ist das ein String???
Das Skript ist! unicode warum ist dann type("Äpfel") im unicode Skript nicht
von type unicode?
mfg
Albert