[libvirt] [PATCH 11/12] docs: explicitly declare pages as being UTF-8 format

Daniel P. Berrange berrange at redhat.com
Wed Jul 26 17:51:14 UTC 2017


Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 docs/page.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/page.xsl b/docs/page.xsl
index 4d49be085..d9be66b93 100644
--- a/docs/page.xsl
+++ b/docs/page.xsl
@@ -83,6 +83,7 @@
         Do not edit this file. Changes will be lost.
       </xsl:comment>
       <head>
+        <meta charset="UTF-8"/>
         <link rel="stylesheet" type="text/css" href="{$href_base}main.css"/>
         <link rel="SHORTCUT ICON" href="{$href_base}32favicon.png"/>
         <title>libvirt: <xsl:value-of select="html:html/html:body/html:h1"/></title>
-- 
2.13.3




More information about the libvir-list mailing list