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