]> git.eshelyaron.com Git - emacs.git/commitdiff
Pass -utf8 to tidy.
authorSam Steingold <sds@gnu.org>
Wed, 26 Nov 2014 19:38:35 +0000 (14:38 -0500)
committerSam Steingold <sds@gnu.org>
Wed, 26 Nov 2014 19:38:35 +0000 (14:38 -0500)
* lisp/textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.

lisp/ChangeLog
lisp/textmodes/sgml-mode.el

index 6a34f023a693f8578d73f1676a62289c0f37541f..1698eb7631e1730e3e2cfc3d9311021a05a3f8be 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-26  Sam Steingold  <sds@gnu.org>
+
+       * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
+
 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * net/eww.el (eww-highest-readability): More dom.el fixes.
index 73b52926c5be5d7673297aa578ad0bc5300114bb..fbcc0ede7aa55d306ffb87173094526f67c7e2d5 100644 (file)
@@ -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'.