In message <57f4c81a-3537-49fa-a5f6- [email protected]>, [email protected] wrote:
> I am dissatisfied with Python's (or Java's) Unicode handling: > 1) IO overhead to convert UTF-8 (defacto standard on UNIX) into > UTF-16. Are you sure they're using UTF-16? I would use UCS-2 or UCS-4. -- http://mail.python.org/mailman/listinfo/python-list
