From 90c81e89d9730f2ad7c0db80abae5db006156547 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 05 Mar 2012 16:39:23 +0000
Subject: [PATCH] Make sure HTML output is UTF-8 encoded

---
 opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
index 63f4036..85f004d 100644
--- a/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
+++ b/opendj-sdk/opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
@@ -28,6 +28,7 @@
 version="1.0">
  <xsl:import href="urn:docbkx:stylesheet" />
  <xsl:import href="urn:docbkx:stylesheet/highlight.xsl" />
+ <xsl:output method="html" encoding="UTF-8" indent="no" />
 
  <xsl:param name="make.clean.html" select="1" />
  <xsl:param name="docbook.css.link" select="0" />

--
Gitblit v1.10.0