[Lxml-checkins] r33489 - lxml/branch/lxml-1.1/doc

scoder at codespeak.net scoder at codespeak.net
Fri Oct 20 09:09:33 CEST 2006


Author: scoder
Date: Fri Oct 20 09:09:31 2006
New Revision: 33489

Modified:
   lxml/branch/lxml-1.1/doc/FAQ.txt
Log:
small FAQ fix

Modified: lxml/branch/lxml-1.1/doc/FAQ.txt
==============================================================================
--- lxml/branch/lxml-1.1/doc/FAQ.txt	(original)
+++ lxml/branch/lxml-1.1/doc/FAQ.txt	Fri Oct 20 09:09:31 2006
@@ -242,8 +242,8 @@
 most likely not the real encoding used in Python unicode.  The same is true
 for HTML unicode strings that contain charset meta tags, although the problems
 may be more subtle here.  The libxml2 HTML parser may not be able to parse the
-meta tags in broken HTML and simply ignore them, so even if parsing succeeds,
-later handling may still fail with character encoding errors.
+meta tags in broken HTML and may end up ignoring them, so even if parsing
+succeeds, later handling may still fail with character encoding errors.
 
 Note that Python uses different encodings for unicode on different platforms,
 so even specifying the real internal unicode encoding is not portable between


More information about the lxml-checkins mailing list