On Jan 14, 12:56 pm, Neal Becker <[EMAIL PROTECTED]> wrote:
> How do I tell if my python-2.5 is build with ucs2 or ucs4?

See if unichr(0x10000) raises ValueError: if it does, you're ucs2.

--
Paul Hankin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to