]> git.phdru.name Git - bookmarks_db.git/commitdiff
It is not HTTP charset, it is guessed charset.
authorOleg Broytman <phd@phdru.name>
Sat, 23 Feb 2008 22:40:56 +0000 (22:40 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 23 Feb 2008 22:40:56 +0000 (22:40 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@179 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

Robots/parse_html.py

index 6fe1df954236f855e2f08ae1ca048b4f275a704a..72ca78292dc690e80666bef772edb1831b42d7e1 100755 (executable)
@@ -85,7 +85,7 @@ def parse_html(filename, charset=None, log=None):
          if parser.meta_charset:
             if log: log("   META charset   : %s" % parser.charset)
          else:
-            if log: log("   HTTP charset   : %s" % parser.charset)
+            if log: log("   guessed charset: %s" % parser.charset)
          if log: log("   current charset: %s" % universal_charset)
          if log: log("   title          : %s" % title)
          try: