WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] [ocamldoc] Add a UTF-8 encoding tag to the HTML output

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] [ocamldoc] Add a UTF-8 encoding tag to the HTML output
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Mon, 23 Nov 2009 15:40:26 +0000
Delivery-date: Mon, 23 Nov 2009 07:40:50 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
[ocamldoc] Add a UTF-8 encoding tag to the HTML output

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

diff -r 20aebb18dd9c ocaml/doc/index.html
--- a/ocaml/doc/index.html      Fri Nov 20 16:13:02 2009 +0000
+++ b/ocaml/doc/index.html      Mon Nov 23 15:39:21 2009 +0000
@@ -1,8 +1,9 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html>
        <head>
                <title>OCamlDoc</title>
+               <meta http-equiv="Content-Type" 
content="text/html;charset=UTF-8">
                <script type="text/javascript" src="components.js"></script>
                <script type="text/javascript" src="ocamldoc.js"></script>
                <script>

Attachment: doc-utf8
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] [ocamldoc] Add a UTF-8 encoding tag to the HTML output, Rob Hoes <=