]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug 3068509 where fop1 bookmarks converted diacritics to ascii. In FOP 1.0,...
authorBob Stayton <bobs@sagehill.net>
Sun, 28 Nov 2010 08:49:43 +0000 (08:49 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 28 Nov 2010 08:49:43 +0000 (08:49 +0000)
conversion is no longer needed.

xsl/fo/fop1.xsl

index 5cb697f7f2b40ec76c6b32e85bf1f502bf5087b3..e3c6f3ed43d9cc6fd5e5b4a4779d45b3f24cd0ef 100644 (file)
@@ -52,7 +52,7 @@
          <xsl:value-of select="$bookmarks.state"/>
        </xsl:attribute>
         <fo:bookmark-title>
-          <xsl:value-of select="normalize-space(translate($bookmark-label, $a-dia, $a-asc))"/>
+          <xsl:value-of select="normalize-space($bookmark-label)"/>
         </fo:bookmark-title>
         <xsl:apply-templates select="*" mode="fop1.outline"/>
       </fo:bookmark>
@@ -63,7 +63,7 @@
          <xsl:value-of select="$bookmarks.state"/>
        </xsl:attribute>
         <fo:bookmark-title>
-          <xsl:value-of select="normalize-space(translate($bookmark-label, $a-dia, $a-asc))"/>
+          <xsl:value-of select="normalize-space($bookmark-label)"/>
         </fo:bookmark-title>
       </fo:bookmark>