From ba0ba6e4beddbf0a832343c98edd467c6b33ce53 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 30 Aug 2010 23:34:18 +0200 Subject: [PATCH] Tell w3m that the input is UTF-8. This seems to fix problems with some German web feeds. --- lisp/ChangeLog | 3 +++ lisp/gnus-html.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c85ae2e7a..7f1278e42 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-08-30 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el index 6ce681b96..e82fee839 100644 --- a/lisp/gnus-html.el +++ b/lisp/gnus-html.el @@ -59,8 +59,10 @@ 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" -- 2.34.1