[Lxml-checkins] r33488 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Fri Oct 20 09:09:11 CEST 2006
Author: scoder
Date: Fri Oct 20 09:09:10 2006
New Revision: 33488
Modified:
lxml/trunk/doc/FAQ.txt
Log:
small FAQ fix
Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt (original)
+++ lxml/trunk/doc/FAQ.txt Fri Oct 20 09:09:10 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