Is there any librery that works ok with unicode at converting to uppercase or lowercase?
-------------- >>> foo = u'áèïöúñ' >>> print(foo.upper()) áèïöúñ -------------- -- http://mail.python.org/mailman/listinfo/python-list
Is there any librery that works ok with unicode at converting to uppercase or lowercase?
-------------- >>> foo = u'áèïöúñ' >>> print(foo.upper()) áèïöúñ -------------- -- http://mail.python.org/mailman/listinfo/python-list