summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-html.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-08-31 00:23:25 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-08-31 00:23:25 +0000
commit379dde032cfa9e69c09b2a7c08c20c3fe02ed3c2 (patch)
tree33b0bc08f615242811c4e4b41f10535f77c86b49 /lisp/gnus/gnus-html.el
parent5a2756c8cace5f30958ca9e1cb3f5421442fef5f (diff)
downloademacs-379dde032cfa9e69c09b2a7c08c20c3fe02ed3c2.tar.gz
emacs-379dde032cfa9e69c09b2a7c08c20c3fe02ed3c2.tar.bz2
emacs-379dde032cfa9e69c09b2a7c08c20c3fe02ed3c2.zip
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>.
Diffstat (limited to 'lisp/gnus/gnus-html.el')
-rw-r--r--lisp/gnus/gnus-html.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el
index cabfe345123..ba1420fb8ac 100644
--- a/lisp/gnus/gnus-html.el
+++ b/lisp/gnus/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"