0k... cfmx 7 running somewhere in cyberspace. I really hope someone
has the answer to this issue. I am querying a mysql db.

I cannot, for the life of me, get accents to display properly.

see http://www.vertelligence.com/index.cfm?view=labels for proof.

weird looking "y" carachters are directly in the cfm template. the
word that should say "Français" but says something like it, comes from
a mysql db.

here is my encoding stuff from my Application.cfm

<cfapplication name="#appName#" sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,45,0)#">
<cfprocessingdirective pageencoding="iso-8859-1">
<cfcontent type="text/html; charset=iso-8859-1">

<cfif not isDefined("cookie.langPref")>
        <cfcookie name="langPref" value="1">
</cfif>

<cfscript>
        setEncoding("form", "iso-8859-1");
....<snip> other stuff
</cfscript>

if anyone has any idea how to solve this i would really appreciate the help.

TIA!!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199640
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