emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 41a1fd3: Pass -utf8 to tidy.


From: Sam Steingold
Subject: [Emacs-diffs] master 41a1fd3: Pass -utf8 to tidy.
Date: Wed, 26 Nov 2014 19:38:42 +0000

branch: master
commit 41a1fd3638a62277cd057b598d70b55233340989
Author: Sam Steingold <address@hidden>
Date:   Wed Nov 26 14:38:35 2014 -0500

    Pass -utf8 to tidy.
    
    * lisp/textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
---
 lisp/ChangeLog              |    4 ++++
 lisp/textmodes/sgml-mode.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a34f02..1698eb7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-26  Sam Steingold  <address@hidden>
+
+       * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
+
 2014-11-26  Lars Magne Ingebrigtsen  <address@hidden>
 
        * net/eww.el (eww-highest-readability): More dom.el fixes.
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 73b5292..fbcc0ed 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -245,7 +245,7 @@ Currently, only Latin-1 characters are supported.")
   ;; which makes it next to useless
   (cond ((executable-find "tidy")
          ;; tidy is available from http://tidy.sourceforge.net/
-         "tidy --gnu-emacs yes -e -q")
+         "tidy --gnu-emacs yes -utf8 -e -q")
         ((executable-find "nsgmls")
          ;; nsgmls is a free SGML parser in the SP suite available from
          ;; ftp.jclark.com, replaced old `sgmls'.



reply via email to

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