This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

using apache fop, displaying delta char (Unicode #2206) in pdf


I am using Apache FOP in XSL to display an XML file in pdf format.

The following xsl code displays the letter D in the pdf file when I am
expecting the delta (or increment) symbol 'Ä'
<xsl:text>&#x2206;</xsl:text>

But the following xsl code displays the 'ÿ' character in the pdf file which
is correct.
<xsl:text>&#xFF;</xsl:text>

Can anyone tell me how to display the 'Ä' symbol in my pdf file?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]