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>.

This commit is contained in:
Katsumi Yamaoka 2010-08-31 00:23:25 +00:00
parent 5a2756c8ca
commit 379dde032c
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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"