[mailinglist] Re: [Python-de] htmllib und Umlaute
Martin v. Löwis
martin at v.loewis.de
Sun Apr 27 03:30:52 EDT 2003
Klaus Meyer <km-news1 at onlinehome.de> writes:
> Python 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> unicode("d", "latin-1")
> u'\x84'
Ich nehme mal an, hier war ein Umlaut? Das hat *nicht* funktioniert:
u'\x84' ist *kein* Umlaut. Die Konsole verwendet nämlich kein
Latin-1.
> Ein Problem in IDLE?
Ja; IDLE erlaubt keine Umlaute in Quelltext.
Ciao,
Martin
More information about the Python-de
mailing list