Tell w3m that the input is UTF-8.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 30 Aug 2010 21:34:18 +0000 (23:34 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 30 Aug 2010 21:34:18 +0000 (23:34 +0200)
This seems to fix problems with some German web feeds.

lisp/ChangeLog
lisp/gnus-html.el

index c85ae2e..7f1278e 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 6ce681b..e82fee8 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"