[XML-SIG] Issues with Unicode (wrap-up and moving along)

Martin v. Loewis martin@v.loewis.de
24 Sep 2002 16:41:06 +0200


Eric van der Vlist <vdv@dyomedea.com> writes:

> ImportError: /usr/lib/python2.2/site-packages/Ft/Xml/cDomlettec.so:
> undefined symbol: PyUnicodeUCS2_AsEncodedString
> 
> Should I fill a bug :-) ?

No. It is by design that you can't use narrow-unicode extension
modules in a wide-unicode build. Extensions may access the internal
representation of a Unicode string, and thus crash if silently
accepted.

Regards,
Martin