# HG changeset patch # User Katsumi Yamaoka # Date 1283214205 0 # Node ID 00d3a187d5878daad088f264690a61411c5995dd # Parent 9b06d2d2e1912716ce6180d749bedbc9118f5d23 Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen . diff -r 9b06d2d2e191 -r 00d3a187d587 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Aug 31 00:19:31 2010 +0000 +++ b/lisp/gnus/ChangeLog Tue Aug 31 00:23:25 2010 +0000 @@ -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 -r 9b06d2d2e191 -r 00d3a187d587 lisp/gnus/gnus-html.el --- a/lisp/gnus/gnus-html.el Tue Aug 31 00:19:31 2010 +0000 +++ b/lisp/gnus/gnus-html.el Tue Aug 31 00:23:25 2010 +0000 @@ -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"