create a string of variable lenght
Tracubik
affdfsdfdsfsd at b.com
Mon Feb 1 12:00:19 EST 2010
Il Sun, 31 Jan 2010 19:54:17 -0500, Benjamin Kaplan ha scritto:
> First of all, if you haven't read this before, please do. It will make
> this much clearer.
> http://www.joelonsoftware.com/articles/Unicode.html
i'm reading it right now, thanks :-)
[cut]
> Solution to your problem: in addition to keeping the #-*- coding ...
> line, go with Günther's advice and use Unicode strings.
that is: always use the "u" operator (i.e. my_name = u"Nico"), right?
Ciao,
Nico
More information about the Python-list
mailing list