]> git.eshelyaron.com Git - emacs.git/commitdiff
Tell w3m that the input is UTF-8; This seems to fix problems with some German web...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:23:25 +0000 (00:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:23:25 +0000 (00:23 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-html.el

index 0d3d0446c86034aca4f6e0ea794ca1114c575c89..12c84e53ba52a74d3f811a34186246b18e720a42 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-html.el (gnus-article-html): Tell w3m that the input is
+       UTF-8. This seems to fix problems with some German web feeds.
+
        * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
        at the top so that the proper colours are applied.
 
index cabfe34512301d438cfe82161d2209aec1c02817..ba1420fb8ac5b952c2f0a283b273fd4bf5089ae0 100644 (file)
                                 nil article-buffer nil
                                 "-halfdump"
                                 "-no-cookie"
+                                "-I" "UTF-8"
                                 "-O" "UTF-8"
                                 "-o" "ext_halfdump=1"
+                                "-o" "pre_conv=1"
                                 "-t" (format "%s" tab-width)
                                 "-cols" (format "%s" gnus-html-frame-width)
                                 "-o" "display_image=off"