unicode strings?!

Robert Amesz sheershion at mailexpire.com
Thu Nov 8 21:21:18 EST 2001


Philipp Schmid wrote:

> hi,
> 
> can anyone help me with this little example program?
> 
> #!/usr/bin/python2
> 
> lala = "aslfjaslkjf lasjflasjkfals faslkfj\
> aljfaöljfkalöfjalö jflajf"
> print lala
> lala = u'%s' % lala
> print lala

Personally I think that anyone who writes programs like that is 
beyond help. Try writing lyrics instead. ;-)


Robert Amesz
-- 
Sorry, couldn't resist.



More information about the Python-list mailing list