RE: [xsl] euro symbol problem on unix

Subject: RE: [xsl] euro symbol problem on unix
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Thu, 21 Mar 2002 15:00:06 +0100
> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> > julie.f.mccabe@xxxxxxxxxxxx
> > Sent: Thursday, March 21, 2002 1:06 PM
> > To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> > 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?
>
> Which character *are* you using. If it displays "correctly" on PCs, but
> doesn't on Unix you might have used the wrong Unicode character (the
> correct
> one is: "&#20ac;").
>
> I am using &#8364;

The code is correct.

Then you probably have a problem in how the transformation result is written
to a byte stream.


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


Current Thread