mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
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:
parent
5a2756c8ca
commit
379dde032c
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue