[XML-SIG] [ pyxml-Bugs-517641 ] UnicodeError: UTF-16 decoding error: ill
noreply@sourceforge.net
noreply@sourceforge.net
Thu, 14 Feb 2002 10:49:32 -0800
Bugs item #517641, was opened at 2002-02-14 10:49
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=517641&group_id=6473
Category: xmlproc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles G Waldman (cgw)
Assigned to: Lars Marius Garshol (larsga)
Summary: UnicodeError: UTF-16 decoding error: ill
Initial Comment:
shell$ uname -a
SunOS hydrogen 5.8 Generic_108529-11 i86pc i386 i86pc
shell$ pwd
[...]/Python/PyXML-0.7/demo/xmlproc
shell$ python
Python 2.1 (#7, Jun 6 2001, 17:16:03)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "copyright", "credits" or "license" for more
information.
>>> import doctree.py
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "doctree.py", line 9, in ?
from xml.parsers.xmlproc import xmlproc
File
"/opt/python/lib/python2.1/site-packages/_xmlplus/parsers/xmlproc/xmlproc.py",
line 14, in ?
from dtdparser import *
File
"/opt/python/lib/python2.1/site-packages/_xmlplus/parsers/xmlproc/dtdparser.py",
line 12, in ?
from xmlutils import *
File
"/opt/python/lib/python2.1/site-packages/_xmlplus/parsers/xmlproc/xmlutils.py",
line 875, in ?
from xml.utils import characters
File
"/opt/python/lib/python2.1/site-packages/_xmlplus/utils/characters.py",
line 3, in ?
x00-!+!.!\x80\x00-!\x820A\x00-0\x940\xa1\x00-0\xfa1\x05\x00-1,\xac\x00\x00-\xd7\xa3\x00]','utf-16-be')
UnicodeError: UTF-16 decoding error: illegal encoding
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=517641&group_id=6473