diff lisp/gnus/gnus-html.el @ 110049:00d3a187d587

Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen <larsi@gnus.org>.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 31 Aug 2010 00:23:25 +0000
parents 2758282288b9
children fe1595694e7e
line wrap: on
line diff
--- 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"