RE: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>

Subject: RE: [xsl] Global parameters with UTF-8 characters and ???s <Disregard Previous>
From: "David Nesbitt" <dnesbitt@xxxxxxxxxxxxxxxxx>
Date: Wed, 2 Aug 2006 15:09:22 -0700
> Try putting <xsl:output encoding="US-ASCII"/> in your xsl which can
> isolate you from encoding issues.

Setting the output encoding to "US-ASCII" works.  I no longer see the
question marks.

Is this the right solution?  Or does it just point out what the issue
is?

Regards,
Dave

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Wednesday, August 02, 2006 1:46 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Global parameters with UTF-8 characters and ???s
<Disregard Previous>


> It returns 9 question marks.  So that seems consistent.

it's unlikely to have put ? marks in the html file. It'smore likely that
it is writing those characters into the html in an encoding that your
browser does not understand, or just that it does understand them but
you do not have those fonts. What encoding is the generated html in (and
what encoding is your browser using?)

Try putting <xsl:output encoding="US-ASCII"/> in your xsl which can
isolate you from encoding issues.

David

Current Thread