[XML-SIG] Python 2.4.2, OS X, ucs4 build, unicodedata problem

2006-02-12 Thread Ken Beesley
Python 2.4.2, OS X, ucs4 build, unicodedata problem I need a ucs4 build of Python to reliably handle XML files that can contain supplemental Unicode characters (newer characters beyond the Basic Multilingual Plane). I recently upgraded to OS X 10.4.4 and downloaded (from http://www.python.org/dow

Re: [XML-SIG] Python 2.4.2, OS X, ucs4 build, unicodedata problem

2006-02-12 Thread Mike Brown
Ken Beesley wrote: > % python > Python 2.4.2 (#2, Oct 24 2005, 22:26:37) > [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import unicodedata > Traceback (most recent call last): > File "", line 1, in ? >