changeset 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 9b06d2d2e191
children b003dec51790
files lisp/gnus/ChangeLog lisp/gnus/gnus-html.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
 
--- 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"