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]

RE: euro symbol problem on unix


If a character doesn't display correctly, the usual reason is that the
software that you are using to display it doesn't know what encoding it is
in. Make sure that the output encoding of your XSLT result, and the encoding
expected by your display software (e.g. editor/browser) are the same.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> julie.f.mccabe@jpmorgan.com
> Sent: 21 March 2002 12:06
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl] euro symbol problem on unix
>
>
> Hello
>
> Problem
>
> Xml file created using DOM (xerces 1.4.1) displays the euro
> sign correctly,
> after an xslt to xml using jdk1.3.0.2 the euro symbol is
> displayed as ?.
> When I run the same test on a PC the euro symbol is displayed in both
> cases.
>
> There is a patch which should be applied on unix to display the euro
> symbol, this has been installed.  UTF-8 encoding is
> specificed in both the
> xml file and the xslt stylesheet, plus version 1.0 in the
> <xsl:stylesheet>
> tag.  Any ideas?
>
> Thanks
> Julie
>
> Configuration
> jdk 1.3.0.2
> xerces 1.4.1
> xalan (unknown version suspect from xalan 1.0, jar file size 427K)
>
>
>
> This communication is for informational purposes only.  It is
> not intended as
> an offer or solicitation for the purchase or sale of any
> financial instrument
> or as an official confirmation of any transaction. All market
> prices, data
> and other information are not warranted as to completeness or
> accuracy and
> are subject to change without notice. Any comments or
> statements made herein
> do not necessarily reflect those of J.P. Morgan Chase & Co., its
> subsidiaries and affiliates.
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]