> MySQL (4.0) with CFMX? I'm trying to get it to work with Western European
> languages, and having a little trouble getting it to render properly.

in your application.cfm
<cfset setEncoding("url","ISO-8859-1")>
<cfset setEncoding("form","ISO-8859-1")>
<cfcontent type="text/html; charset=ISO-8859-1">

at the top of your cf pages add:
<cfprocessingdirective pageEncoding="ISO-8859-1">

in the advanced option, connection string, for that DSN add:
useUnicode=true&characterEncoding=ISO-8859-1
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to