Re: [xsl] &#160 appearing as ? in FF and IE

Subject: Re: [xsl] &#160 appearing as ? in FF and IE
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Wed, 20 Sep 2006 18:59:27 +0100
Is the page using a particularly unusual font?
Is this page on a public URL?

Joe
----- Original Message ----- From: "Steve" <subsume@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, September 20, 2006 5:41 PM
Subject: Re: [xsl] &#160 appearing as ? in FF and IE



Anyone have any ideas why & # 1 6 0 ; is rendering as '?"'s? when both
browser and
xsl:output is set to UTF-8?

Did change charsets to UTF-8 in FF and IE and the ?'s will not go away.

Meta tag:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

xsl:output:

<xsl:output method="html" encoding="UTF-8" indent="yes" />

-Steve

ps: yes, I see that. =) Frequently asked and frequently unconcluded.

ps: Its hard to search for documents on specific characters =) I found
a few but nothing helpful.

On 9/11/06, David Carlisle <davidc@xxxxxxxxx> wrote:

> Can anything be done?


most likely you are generating the file as utf8 and serving it as latin1.
So you can either change to generate it in latin1, or reconfigure your
server to serve it in utf8. (To test this, try to manually change the
encoding in the browser (view/character encoding/... if firefox, something
similar in IE etc)
(This is a FFFFF aq)


David

Current Thread