You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/12/28 05:45:36 UTC

svn commit: r1426400 - in /hbase/trunk: pom.xml src/docbkx/customization.xsl

Author: stack
Date: Fri Dec 28 04:45:36 2012
New Revision: 1426400

URL: http://svn.apache.org/viewvc?rev=1426400&view=rev
Log:
hbase-7446 Make the reference guide utf8 rather than 8859

Modified:
    hbase/trunk/pom.xml
    hbase/trunk/src/docbkx/customization.xsl

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1426400&r1=1426399&r2=1426400&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Dec 28 04:45:36 2012
@@ -701,6 +701,7 @@
           <tocMaxDepth>2</tocMaxDepth>
           <insertXrefPageNumber>yes</insertXrefPageNumber>
           <targetDirectory>${basedir}/target/docbkx</targetDirectory>
+          <chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
         </configuration>
         <executions>
           <execution>

Modified: hbase/trunk/src/docbkx/customization.xsl
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/customization.xsl?rev=1426400&r1=1426399&r2=1426400&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/customization.xsl (original)
+++ hbase/trunk/src/docbkx/customization.xsl Fri Dec 28 04:45:36 2012
@@ -22,6 +22,7 @@
  */
 -->
   <xsl:import href="urn:docbkx:stylesheet"/>
+  <xsl:output method="html" encoding="UTF-8" indent="no"/>
 
   <xsl:template name="user.header.content">
   </xsl:template>