Hi
Is there any simpler way to convert a unicode numeric to an int than:
int(u'1024'.enc ode('ascii'))
??
regards tores
Is there any simpler way to convert a unicode numeric to an int than:
int(u'1024'.enc ode('ascii'))
??
regards tores
Comment