]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/ast2pres.ml
removed (wrong) output encoding iso-8859-1
[helm.git] / helm / ocaml / cic_transformations / ast2pres.ml
index c7a82e533c05b9a90617dce2d702063176351341..5c1ea95d766be9e53e2afea1fb3856110404b7aa 100644 (file)
@@ -579,7 +579,7 @@ let box_prefix = "b";;
 
 let add_xml_declaration stream =
   [<
-    Xml.xml_cdata "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n" ;
+    Xml.xml_cdata "<?xml version=\"1.0\" ?>\n" ;
     Xml.xml_cdata "\n";
     Xml.xml_nempty ~prefix:box_prefix "box"
       [ Some "xmlns","m","http://www.w3.org/1998/Math/MathML" ;