[mailinglist] Re: [Python-de] htmllib und Umlaute
Klaus Meyer
km-news1 at onlinehome.de
Sun Apr 27 02:05:58 EDT 2003
> Dein obiges Beispiel in IDLE:
>
>>>> unicode("äöü", "cp437")
> UnicodeError: ASCII encoding error: ordinal not in range(128)
> (Python 2.2.2, Win2k)
Seltsam, auf der Commandline gehts:
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("ä", "latin-1")
u'\x84'
Ein Problem in IDLE?
--
Mit freundlichen Grüßen
Klaus Meyer :-)
More information about the Python-de
mailing list