Nicholas Bastin wrote: > --enable-unicode=ucs2 > > be replaced with: > > --enable-unicode=utf16 > > and the docs be updated to reflect more accurately the variance of the > internal storage type.
-1. This breaks existing documentation and usage, and provides only minimum value. With --enable-unicode=ucs2, Python's Py_UNICODE does *not* start supporting the full Unicode ccs the same way it supports UCS-2. Individual surrogate values remain accessible, and supporting non-BMP characters is left to the application (with the exception of the UTF-8 codec). Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com