OK I just need to clarify, because once I make this change it will have and 
impact on 10 sites  (each using the same templates).  

Will this work with MS Access and MS SQL, or will I need some special drivers?


---------- Original Message ----------------------------------
From: Jochem van Dieten <[EMAIL PROTECTED]>
Reply-To: cf-talk@houseoffusion.com
Date:  Wed, 06 Apr 2005 19:25:58 +0200

>Dwayne Cole wrote:
>> So on the CMS side this:
>> 
>> <cfset setEncoding("form", "iso-8859-1")> 
>> <cfset setEncoding("Url", "iso-8859-1")> 
>> <cfcontent type="text/html; charset=iso-8859-1"> 
>> 
>> should be
>> 
>> <cfset setEncoding("form", "Unicode")> 
>> <cfset setEncoding("Url", "Unicode")> 
>> <cfcontent type="text/html; charset=Unicode"> 
>
>No, instead of "Unicode" use "UTF-8".
>
>
>> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
>
>Yes.
>
>Jochem
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:201751
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to