← Prev in month ← Prev in thread
Next in thread → Next in month →

Part 2 - missing Unicode characters

From
Tristan Fiedler <>
Date
2005-02-17T01:12:46+00:00
ID
Thread
Part 2 - missing Unicode characters
Hi All,

I also have tried this in my FO customization layer :

<!-- Force Special Characters to change to Symbol font 
(http://www.sagehill.net/docbookxsl/SpecialChars.html)  - BEGIN -->
<xsl:template match="symbol[@role = 'symbolfont']">
<fo:inline font-family="Symbol">
<xsl:call-template name="inline.charseq"/>
</fo:inline>
</xsl:template>
<!-- Force Special Characters to change to Symbol font 
(http://www.sagehill.net/docbookxsl/SpecialChars.html)  - END -->


and

  <symbol role="symbolfont">  &#x02015; </symbol>

in the DocBook XML.  Here I am trying to get the unicode 2015 
horizontal bar to appear in PDF (with no luck)

Thank you,

Tristan
------------------------------
Tristan J. Fiedler
Cold Spring Harbor Laboratory
← Prev in month ← Prev in thread
Next in thread → Next in month →