Author: wyoung
Date: Sun May 18 04:01:32 2014
New Revision: 2767
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2767&view=rev
Log:
Generating HTML with UTF-8 encoding, not 8859-1
Modified:
trunk/doc/userman/html.xsl
Modified: trunk/doc/userman/html.xsl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/html.xsl?rev=2767&r1=2766&r2=2767&view=diff
==============================================================================
--- trunk/doc/userman/html.xsl (original)
+++ trunk/doc/userman/html.xsl Sun May 18 04:01:32 2014
@@ -14,6 +14,12 @@
<!-- Bring in local changes common to both HTML and FO output -->
<xsl:include href="common.xsl"/>
+
+ <!-- The DocBook stylesheets use ISO 8859-1 by default, even when the
+ XML files are marked UTF-8. If you serve such files from a web
+ server that advertises UTF-8 content, browsers display
the page
+ incorrectly, because they believe the web server. -->
+ <xsl:output method="html" encoding="UTF-8" indent="no"/>
<!-- HTML-specific XSL parameters -->
<xsl:param name="chunk.fast" select="0"/>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits