]> granicus.if.org Git - docbook-dsssl/commitdiff
Added zcaron, Zcaron, scaron, and Scaron to the groff character map.
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Feb 2008 07:24:20 +0000 (07:24 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 27 Feb 2008 07:24:20 +0000 (07:24 +0000)
This means that generated Finnish man pages will no longer contain
any raw accented characters -- they'll instead by marked up with
groff escapes.

xsl/manpages/charmap.groff.xsl

index 176140f34323850ccfc2826dfc3bb9ab126a4264..5bb22bbad83050e4d3f168fc3bd6a33826051582 100644 (file)
    string="\(oe"
    u:block="Latin Extended-A"
    />
+  <xsl:output-character
+   character="&#x160;"
+   u:name="LATIN CAPITAL LETTER S WITH CARON"
+   u:entity="Scaron"
+   string="\(vS"
+   u:block="Latin Extended-A"
+   />
+  <xsl:output-character
+   character="&#x161;"
+   u:name="LATIN SMALL LETTER S WITH CARON"
+   u:entity="scaron"
+   string="\(vs"
+   u:block="Latin Extended-A"
+   />
+  <xsl:output-character
+   character="&#x17D;"
+   u:name="LATIN CAPITAL LETTER Z WITH CARON"
+   u:entity="Zcaron"
+   string="\(vZ"
+   u:block="Latin Extended-A"
+   />
+  <xsl:output-character
+   character="&#x17E;"
+   u:name="LATIN SMALL LETTER Z WITH CARON"
+   u:entity="zcaron"
+   string="\(vz"
+   u:block="Latin Extended-A"
+   />
   <xsl:output-character
    character="&#x0192;"
    u:name="LATIN SMALL LETTER F WITH HOOK"