Hi all, I'm still working on the generation of KF5 documentation, refactoring the generation process, and I noticed that so far we generate documentation in ISO-8859-1 on docs.kde.org. It's not a big issue as characters are properly encoded, but I'd prefer to fix this (as it simplifies my code).
The patch is easy, a small patch: diff --git a/kde-chunk-online.xsl b/kde-chunk-online.xsl index 303f16a..bca0994 100644 --- a/kde-chunk-online.xsl +++ b/kde-chunk-online.xsl @@ -37,6 +37,7 @@ </xsl:template> --> +<xsl:param name="chunker.output.encoding">UTF-8</xsl:param> <xsl:param name="use.id.as.filename">1</xsl:param> <xsl:param name="generate.section.toc">0</xsl:param> <xsl:param name="generate.component.toc">0</xsl:param> Do you have any concern or can I apply it? Ciao -- Luigi
