diff options
Diffstat (limited to 'docs/manual/style/manual.ja.xsl')
-rw-r--r-- | docs/manual/style/manual.ja.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/style/manual.ja.xsl b/docs/manual/style/manual.ja.xsl index 66e6bd4773..8711c48dd1 100644 --- a/docs/manual/style/manual.ja.xsl +++ b/docs/manual/style/manual.ja.xsl @@ -12,6 +12,7 @@ <!-- Read the localized messages from the specified language file --> <xsl:variable name="messages" select="document('lang/ja.xml')/messages"/> +<xsl:variable name="output-encoding" select="'iso-2022-jp'" /> <!-- Now get the real guts of the stylesheet --> <xsl:include href="xsl/common.xsl"/> |