[Python-Dev] New Py_UNICODE doc

"Martin v. Löwis" martin at v.loewis.de
Sat May 7 01:48:04 CEST 2005


Nicholas Bastin wrote:
> No, that's not true.  Python lets you choose UCS-4 or UCS-2.  What the
> default is depends on your platform.

The truth is more complicated. If your Tcl is built for UCS-4, then
Python will also be built for UCS-4 (unless overridden by command line).
Otherwise, Python will default to UCS-2.

Regards,
Martin


More information about the Python-Dev mailing list