diff options
author | bubulle@debian.org <> | 2006-10-09 06:58:05 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2006-10-09 06:58:05 +0200 |
commit | 75ece2c9fa9359a697b65f2e1dc2bbd85ae359aa (patch) | |
tree | 33e0e2a643e33fab7462b6bba86017b597604247 /doc/ja | |
parent | 0815aaa5cce3396185dc1fd2a6e384d2fd50e129 (diff) |
Fix encoding of generated Japanese man pages. Closes: #361699
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/style.ja.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/style.ja.xsl b/doc/ja/style.ja.xsl index 4af2d74cf..c102f1366 100644 --- a/doc/ja/style.ja.xsl +++ b/doc/ja/style.ja.xsl @@ -4,6 +4,6 @@ <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" /> -<xsl:param name="chunker.output.encoding" select="'EUC-JP'" /> +<xsl:param name="man.output.encoding" select="'EUC-JP'" /> -</xsl:stylesheet>
\ No newline at end of file +</xsl:stylesheet> |