at the top of your cf pages add:
<cfprocessingdirective pageEncoding="yourEncoding">
in the advanced option, connection string, for that DSN add:
useUnicode=true&characterEncoding=yourEncoding
where "yourEncoding" is the encoding used to enter the text data into your
mySQL database.