I wrote:
>Or is this connection string some sort of magic bullet?

After some testing I can say its a magic bullet.  I've got Russian, English and Chinese text on the same page, stored in the same mySQL 4.0 text field record.

In addition to the connection string, I have

<cfprocessingdirective pageEncoding="utf-8">
<cfcontent type="text/html; charset=utf-8">

at template top, and

<cfscript>
SetEncoding("form","utf-8");
SetEncoding("url","utf-8");
</cfscript>

in Application.cfm.

Dirt simple.  Gotta love CFMX!

--
-------------------------------------------
Matt Robertson,     [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------

--
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to