[XML-SIG] PyExpat and german umlaute

Jörn Schrader Joern.Schrader@R-KOM.de
Wed, 30 May 2001 16:44:11 +0200


I try to use pyexpat, an ISO-8859-1 encoded xml-file. but if there are any
german umlaute,
PyExpat raises an exception: UnicodeError: ASCII encoding error: ordinal not
in range(128).
PyExpat has got version 2.4.

What is wrong with it.