I have found that if i call the data from the database, then use

<META http-equiv="Content-Type" content="text/html; charset=utf-8">

<!--- create a dummy form --->
<cfset form.title = rs1.title>

<!--- convert the values in the dummy form --->
<cfscript>
  setEncoding("FORM", "UTF-8");
</cfscript>

<!--- now display... --->

the text is displaying correctly. i think i will use this method.
although i found in the cfdocs that it may be the settings in the database
not
allowing UTF-8 chars, i figured this could not be my problem since
i can convert back.

any thoughts? i can't seem to find anyone else who has had this exact
problem.

Thanks.
Ricardo.



---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to