G
Genie T
Hi,
can anybody tell me whether these two expressions have the same
meanings?
s = u'<unicode string here>'
s1 = s.encode('utf-8')
AND
s1 = unicode(s,'utf-8')
Thanks
can anybody tell me whether these two expressions have the same
meanings?
s = u'<unicode string here>'
s1 = s.encode('utf-8')
AND
s1 = unicode(s,'utf-8')
Thanks