Hi,
can anybody tell me whether these two expressions have the same
meanings?
s = u''
s1 = s.encode('utf-8')
AND
s1 = unicode(s,'utf-8')
Thanks :)
--
http://mail.python.org/mailman/listinfo/python-list
On Jun 23, 12:04 pm, "Carsten Haese" <[EMAIL PROTECTED]> wrote:
> On Sat, 23 Jun 2007 04:10:19 -, Genie T wrote
>
> > Hi,
>
> > can anybody tell me whether these two expressions have the same
> > meanings?
>
> > s = u''
&g
On Jun 23, 1:06 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Sat, 23 Jun 2007 01:10:19 -0300, Genie T <[EMAIL PROTECTED]>
> escribió:
>
> > can anybody tell me whether these two expressions have the same
> > meanings?
>
> > s = u'
Hi all,
I'm looking at zdaemon to run my python scripts as a daemon but it
seems to have few example that guide me how to follow. It would be
great if you can give me a simple example of how to use. I'm newbie
here :)
Thanks
--
http://mail.python.org/mailman/listinfo/python-list