Hi

Is there any simpler way to convert a unicode numeric to an int than:

int(u'1024'.encode('ascii'))

??

regards tores 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to