Never mind, it was an errant include!

-----Original Message-----
From: Calvin Ward [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 28, 2005 4:49 PM
To: CF-Talk
Subject: CFMX, Dreamweaver and UTF-8

If I understand correctly, if I use Dreamweaver to save a .cfm file with a
BOM for Unicode, then I shouldn�t need to use <cfprocessingdirective>. Does
that sound correct?

Ref:
http://www.macromedia.com/devnet/mx/coldfusion/articles/globalize_03.html 

The problem is that pages saved as above seem to be ignoring the BOM, does
this mean that the above article is incorrect?
Thanks,
Calvin

Sample Code:

<!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" />
<title>Untitled Document</title>
</head>

<body>
�sta es una prueba del contenido espa�ol
</body>
</html>




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196883
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to