changeset 28394:7640cbe85ab7

(format-alist): Use iso-cvt functions for SGML/HTML.
author Dave Love <fx@gnu.org>
date Wed, 29 Mar 2000 18:35:01 +0000
parents aaa13b7caa88
children f7034a0bfbab
files lisp/format.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/format.el	Wed Mar 29 18:33:24 2000 +0000
+++ b/lisp/format.el	Wed Mar 29 18:35:01 2000 +0000
@@ -86,9 +86,9 @@
     (gtex  "German TeX (encoding)"
 	   nil
 	   iso-gtex2iso iso-iso2gtex t nil)
-    (html  "HTML (encoding)"
+    (html  "HTML/SGML \"ISO 8879:1986//ENTITIES Added Latin 1//EN\" (encoding)"
 	   nil
-	   "recode -f html:latin1" "recode -f latin1:html" t nil)
+	   iso-sgml2iso iso-iso2sgml t nil)
     (rot13 "rot13"
 	   nil
 	   "tr a-mn-z n-za-m" "tr a-mn-z n-za-m" t nil)