Sun, 30 Mar 2014 15:59:27 +0200
Removed an obsolete Readme file.
README-PyXML.txt | file | annotate | diff | comparison | revisions | |
eric5.e4p | file | annotate | diff | comparison | revisions |
--- a/README-PyXML.txt Tue Mar 25 19:40:41 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -PyXML has a problem calculating the datasize of the data read from an XML file. -In order to correct this, make the adjustment shown below. - -Near the end of method parse_xml_decl (in PyXML 0.8.3 this is at line -723) in _xmlplus.parsers.xmlproc.xmlutils: - - try: - self.data = self.charset_converter(self.data) - self.datasize = len(self.data) ### ADD THIS LINE - except UnicodeError, e: - self._handle_decoding_error(self.data, e) - self.input_encoding = enc1 - -Here is the change as a diff. - ---- _xmlplus/parsers/xmlproc/xmlutils.py.orig 2006-11-13 11:30:07.768059659 +0100 -+++ _xmlplus/parsers/xmlproc/xmlutils.py 2006-11-13 11:30:38.871925067 +0100 -@@ -720,6 +720,7 @@ class XMLCommonParser(EntityParser): - # 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
--- a/eric5.e4p Tue Mar 25 19:40:41 2014 +0100 +++ b/eric5.e4p Sun Mar 30 15:59:27 2014 +0200 @@ -1462,7 +1462,6 @@ </Resources> <Interfaces/> <Others> - <Other>README-PyXML.txt</Other> <Other>THANKS</Other> <Other>pylint.rc</Other> <Other>README-i18n.txt</Other> @@ -1585,73 +1584,97 @@ <string>add</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>checkout</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>commit</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>diff</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>export</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>global</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>history</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>log</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>remove</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>status</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>tag</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> <key> <string>update</string> </key> <value> - <list/> + <list> + <string></string> + </list> </value> </dict> </VcsOptions>