You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Martin Roob <ma...@objekt-management.de> on 2001/11/21 13:08:38 UTC

Re: Problems with PCL Output (Euro-Sign)


> > Martin Roob wrote:
> >
> > 2. There is no EURO-sign in the PCL
>
> Umm... how do I get the Euro-Sign anyway?
That´s quite easy (thanks to unicode)
Put a character &#x20AC;  in your fo-document, for example with the
following template rule (transform a <euro/>-tag to a fo:inline-element:

 <xsl:template name="euro">
  <!-- Die Blanks hinter dem Eurozeichen sind da, weil FOP 0.0.15 in
Tabellenzellen das Eurozeichen zu schmal rechnet -->
  <fo:inline white-space-collapse="false">
   <xsl:text>&#x20AC;  </xsl:text>
  </fo:inline>
 </xsl:template>

>
> Ulrich
>
> --
> Ulrich Mayring
> DENIC eG, Systementwicklung
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org