Next in thread → Next in month →

Re: [docbook-apps] Unicode Not displaying in PDF

From
Jirka Kosek <>
Date
2005-02-17T08:10:39+00:00
ID
Thread
Re: [docbook-apps] Unicode Not displaying in PDF
Tristan Fiedler wrote:

> HTML output works, but FO/PDF displays only pound (#) signs for the 
> Unicode character ref's below:
> 
> beginning of text...  &#x02015;   &#x02010;   &#x02011;   &#x02012;  ... 
> rest of text.

This means that you FO processor is not configured to use font with that 
characters. Many fonts contain only subset of Unicode repertoire. If you 
are on Windows you can configure your FO processor to use Lucida Unicode 
(l_10646.ttf) -- this font contains many characters.

After you register font in FO processor modify following XSL stylesheet 
parameter to include the font into list of fallback fonts used for 
missing characters in primary font:

<xsl:param name="symbol.font.family" 
select="'Symbol,ZapfDingbats,LucidaUnicode'"/>

HTH,

				Jirka

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail:      http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
Next in thread → Next in month →