Was the issue in using &pound  Are you setting a doc type ?
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Or relevant doctype ? 

and is there a reason your using 
<META HTTP-EQUIV = "Content-type" CONTENT="text/html;
CHARSET=Windows-1251">

rather than 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">

??



-----Original Message-----
From: Giles Roadnight [mailto:[EMAIL PROTECTED] 
Sent: 10 June 2003 17:04
To: [EMAIL PROTECTED]
Subject: [ cf-dev ] Bloody encoding again

I'm getting J's instead of �'s again. I have tried both � , chr(153) (or
whatever it is) and &pound; but none of them work.

I have this at the top of the page:

<META HTTP-EQUIV = "Content-type" CONTENT="text/html;
CHARSET=Windows-1251">

which I think has something to do with it.

Please help.

Giles Roadnight
http://giles.roadnight.name


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.483 / Virus Database: 279 - Release Date: 19/05/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.483 / Virus Database: 279 - Release Date: 19/05/2003
 


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to