T
Tor Erik Sønvisen
Hi
Is there any simpler way to convert a unicode numeric to an int than:
int(u'1024'.encode('ascii'))
??
regards tores
Is there any simpler way to convert a unicode numeric to an int than:
int(u'1024'.encode('ascii'))
??
regards tores