Re: [xsl] UTF-8 and Javascript

Subject: Re: [xsl] UTF-8 and Javascript
From: "B. Dexheimer" <benjamin.dexheimer@xxxxxxxxxxxxxxxxxx>
Date: Tue, 06 Mar 2001 16:26:30 +0100
Samuzeau Pascal wrote:
> 
> Hi,
> 
> I have an encoding UTF-8. For Example I encode the french accent "é"
> with "&#233;"
> 
> When I ask, with a Javascript, to return the sentence, I have a problem,
> because it will return to me the two character  :
> 
>            &#195; and &#169;   ( &#169 -> © , I Haven't the
> representation of &#195 )
> 
> How can I get my french character diacritic.

Better use the encoding="iso-8859-1" for accentuated characters.

BeNj

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


Current Thread