* lisp/textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
+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.
;; 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'.