emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101236: Tell w3m that the input is U


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101236: Tell w3m that the input is UTF-8; This seems to fix problems with some German web feeds; by Lars Magne Ingebrigtsen <address@hidden>.
Date: Tue, 31 Aug 2010 00:23:25 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101236
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-31 00:23:25 +0000
message:
  Tell w3m that the input is UTF-8; This seems to fix problems with some German 
web feeds; by Lars Magne Ingebrigtsen <address@hidden>.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-html.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-08-31 00:19:31 +0000
+++ b/lisp/gnus/ChangeLog       2010-08-31 00:23:25 +0000
@@ -1,5 +1,8 @@
 2010-08-30  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/gnus/gnus-html.el'
--- a/lisp/gnus/gnus-html.el    2010-08-31 00:07:40 +0000
+++ b/lisp/gnus/gnus-html.el    2010-08-31 00:23:25 +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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]