Seriously: none whatsoever. Potentially tricky, because str == unicode in IronPython and str != unicode in CPython.
Comment #1
Posted on May 27, 2010 by Quick DogIs this the reason for the following error trying to use lxml? I would dearly love to use lxml from IronPython, so any advances you could make in this regard would be hugely appreciated!
import lxml from lxml import etree Error: PyUnicodeUCS2_DecodeUTF8 is not yet implemented Traceback (most recent call last): File "", line 1, in File "", line 21, in load_module NotImplementedError: PyUnicodeUCS2_DecodeUTF8
Status: Accepted
Labels:
Type-Defect
Priority-Low