summaryrefslogtreecommitdiff
path: root/extra/pyxml/foreigncharsfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyxml/foreigncharsfix.patch')
-rw-r--r--extra/pyxml/foreigncharsfix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/pyxml/foreigncharsfix.patch b/extra/pyxml/foreigncharsfix.patch
deleted file mode 100644
index 024d4472d..000000000
--- a/extra/pyxml/foreigncharsfix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -aur PyXML-0.8.4.orig//xml/parsers/xmlproc/xmlutils.py PyXML-0.8.4/xml/parsers/xmlproc/xmlutils.py
---- PyXML-0.8.4.orig//xml/parsers/xmlproc/xmlutils.py 2010-11-06 17:27:53.936666669 +0800
-+++ PyXML-0.8.4/xml/parsers/xmlproc/xmlutils.py 2010-11-06 17:30:39.230000003 +0800
-@@ -720,6 +720,7 @@
- # to the recoding.
- try:
- self.data = self.charset_converter(self.data)
-+ self.datasize = len(self.data)
- except UnicodeError, e:
- self._handle_decoding_error(self.data, e)
- self.input_encoding = enc1