Hi,
I manage to include Fck on my ASP page, but now characters outside Fck are strange.
Like this : é => é
What should I do to resolve this ? Thx.
I search on the forum, but no answer to resolve my problem :s
I make a point of specifying that it is since I have includ FCK that done that: S
I manage to include Fck on my ASP page, but now characters outside Fck are strange.
Like this : é => é
What should I do to resolve this ? Thx.
I search on the forum, but no answer to resolve my problem :s
I make a point of specifying that it is since I have includ FCK that done that: S
Re: Encode / Decode characters
Re: Encode / Decode characters
My pages are under iso-8859-1 charset.
I think there is something to turn Fck into iso-8859-1 too ?
Re: Encode / Decode characters
Re: Encode / Decode characters
Re: Encode / Decode characters
Hi again.
I put this code at the top of the page : <%response.Charset="UTF-8"%> or <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />, I still have problems with characters.
What's wrong :s ?
Here my full header :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> or <%response.Charset="UTF-8"%> for that line.
Re: Encode / Decode characters
Re: Encode / Decode characters