[Python-de] Re: AW: [mailinglist] Merkwuerdiges bei "umlaut".upper()
Berthold Höllmann
bhoel at despammed.com
Mon Mai 23 21:46:54 CEST 2005
"Uwe Schmitt" <uwe.schmitt at num.uni-sb.de> writes:
>> -----Ursprüngliche Nachricht-----
>> Von: python-de-bounces at python.net
>> [mailto:python-de-bounces at python.net] Im Auftrag von Dinu Gherman
>> Gesendet: Montag, 23. Mai 2005 15:33
>> An: python-de at python.net
>> Betreff: [mailinglist] [Python-de] Merkwuerdiges bei "umlaut".upper()
>
> Versuch mal folgendes:
>
> a = u"äöü"
> print a
> print a.upper()
oder
.>>> print (u"äöü").upper()
ÄÖÜ
Gruß, Berthold
--
berthold at xn--hllmanns-n4a.de / <http://höllmanns.de/>
bhoel at web.de / <http://starship.python.net/crew/bhoel/>